demo_ref_int.py:
x = int(3.5) print(x)
C:\Users\My Name>python demo_int.py
3