demo_ref_int2.py:
x = int("12") print(x)
C:\Users\My Name>python demo_int2.py
12