CSCI 1360E: Foundations for Informatics and Analytics
Total: 100pts
This homework assignment is meant to reinforce the basics of Python: 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.