Source
z
=
complex
(
3
,
4
)
print
(
z
)
print
(
z.
real
)
print
(
z.
imag
)