python_type_float.py:
x
 
x = 20.5
#display x:
print(x)
#display the data type of x:
print(type(x))