Test Your Knowledge: Quiz

 

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