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