iclop_v1/public/python-resources/unittest/jawaban/62f0cba760c05_1659947943.py
2022-08-17 19:44:54 +07:00

7 lines
131 B
Python

# Tuliskan kode program dibawah ini
buah = "Mangga"
jumlah = 6
berat = 1.6
print(type(buah))
print(type(jumlah))
print(type(berat))