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