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