
import cmath

n = -3

print(n **(1/2))
print(cmath.sqrt(n))