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