Result Size: 1264 x 38
x
 
x = complex(1j)
#отобразить x:
print(x)
#отобразить тип данных x:
print(type(x))
        
1j
<class 'complex'>