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