-
Name three ways that you can assign three variables to the same value.
-
Why might you need to care when assigning three variables to a mutable object?
-
What’s wrong with saying L = L.sort()?
-
How might you use the print operation to send text to an external file?