demo_ref_int2.py:
x = int("12") print(x)
➜ begtut>python demo_int2.py
12