demo_type.py:
x = 5 print(type(x))
C:\Users\My Name>python demo_type.py
<class 'int'>