Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 291 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 291 Bytes

Bowling Score Exercise

Goal: Create a Python class that will keep accurate score in a ten-pin bowling match for a single player, with unit tests in place to prove the accuracy of your scoring mechanism.

To run program:

python3 main.py

Running the tests:

python3 -m unittest