Python Compiler : Python

a = float(6.6) #display a: print(a) #display the data type of a: print(type(a))