MATH 314 Quiz 02

Given on 2026-08-27

  1. Write code to create a Python dict that contains as keys the first three letters of the alphabet and as values any three numbers you want.

  2. Wirte code to create a list that contains anything you want and your dict above.

  3. In what way is a tuple similar to a list?

  4. In what way is a tuple different from a list?

  5. Name something you can do with a tuple that you cannot do with a list.