python_numbers_complex.py:
x
 
x = 2+3j
y = 7j
z = -7j
print(type(x))
print(type(y))
print(type(z))