Result Size:
625 x 571
demo_ref_str.py:
x = str(3.5) print(x)
x
x
=
str
(
3.5
)
print
(
x
)
C:\Users\My Name>python demo_str.py
3.5