4 lines
80 B
Python
4 lines
80 B
Python
tahun = 2018
|
|
def konversi(tahun):
|
|
return str(tahun)
|
|
print(type(konversi(tahun)) |