iclop_v1/public/python-resources/unittest/jawaban/633d4525c8a43_1664959781.py
2022-10-05 16:40:29 +07:00

7 lines
99 B
Python

# Tuliskan kode program dibawah ini
x=5
y=5.1
z="5"
print (type(x))
print (type(y))
print (type(z))