MATH 314 Quiz 02
Given on 2026-08-27
-
Write code to create a Python
dictthat contains as keys the first three letters of the alphabet and as values any three numbers you want. -
Wirte code to create a
listthat contains anything you want and yourdictabove. -
In what way is a
tuplesimilar to alist? -
In what way is a
tupledifferent from alist? -
Name something you can do with a
tuplethat you cannot do with alist.