-- z.Re z=3+2*I print("The real part of z = ",z," is ",z.Re) z.Re = -2 print("The real part of z = ",z," is ",z.Re)