2 lines
42 B
Python
2 lines
42 B
Python
import cmath
|
|
print(cmath.exp(1j*cmath.pi)) |
import cmath
|
|
print(cmath.exp(1j*cmath.pi)) |