python_numbers.py:
x
 
x = 10
y = 6.3
z = 2j
print(type(x))
print(type(y))
print(type(z))