Printing a complex number displays the py.Complex type instead of the real+imag values: >>> print(3+1j) <complex64 instance at %!p(py.Complex=(3+1i))>