Final Exam
Did not do well on the in-class exam or missed the in-class exam?
The Makeup Final exam will be delivered via Canvas.
You must complete it by December 9, 12:00 p.m.
The quiz will require you to reference the course material.
Here is a sample question:
Go to this page: https://lawrencejones-lblakej.cloudapps.unc.edu/reveal-js-slides/560/python-dictionaries/dictionaries.html#/10
Add a cafe au lait to the list and print out the new list.
copy your code changes below:
menu['cafe au lait'] = 2.75
print(menu)