answered 13 years ago
.real() for real part .imag() for imaginary part
For eg.
(3+i*4).real()=3 (3+i*4).imag()=4