demo_ref_float.py:
x = float(3) print(x)
C:\Users\My Name>python demo_float.py
3.0