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