News

The standard way to assign to the real and imaginary components is what levine shows: pass the new values as arguments to .real () and .imag ().
You can import the Python copy package and use its copy method to do so. Use y = copy.copy (x) to create a copy of list x and assign variable y to refer to it.