python_type_complex.py:
x
 
x = 1j
#display x:
print(x)
#display the data type of x:
print(type(x))