fork download
  1. # your code goes here
  2. tinggi = 160.4
  3. print(tinggi)
  4. print(type(tinggi))
  5.  
Success #stdin #stdout 0.07s 14084KB
stdin
Standard input is empty
stdout
160.4
<class 'float'>