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