Python Compiler : Python

a = complex(6j) #display a: print(a) #display the data type of a: print(type(a))