CSCI0050 Python Practice
CSCI0050 Homework #7: Warming up in Python

This is not a graded assignment, though we still expect you to submit it before class on Wednesday. You are welcome to collaborate with others on this. We are requiring it in order to make sure everyone is ready to go with Python for class on Wednesday. Handin as usual through the Google form

Name your file votes.py.

Exercises: Votes

Practice with a simplified version of our voting setup. Be sure to also practice writing tests.