CSCI 1360: Foundations for Informatics and Analytics
Total: 100pts
This homework assignment is meant to reinforce the basics of Python that we've been going over in the last couple weeks: data types, data structures, and looping.
When you're coding and you see a line that starts with raise ...
, you can either comment it out (use the pound sign "#
") or delete it entirely. That is how the autograder identifies the parts you have not yet filled in.