x = 4+3j print x.real print x.imag print x import cmath print cmath.sqrt(-1) print cmath.asin(100) print cmath.asin(4+3j)