demo_ref_int.py:
x = int(3.5) print(x)
➜ begtut>python demo_int.py
3