Run ❯
Get your
own Python
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
#Import cmath Library import cmath #print base-10 log value of complex numbers print (cmath.log10(2+ 3j)) print (cmath.log10(1+ 2j))
(0.5569716761534184+0.42682189085546657j)
(0.3494850021680094+0.480828578784234j)