pybites / challenges

PyBites Code Challenges
https://codechalleng.es/challenges/
693 stars 2.29k forks source link

PCC45 werefrog #670

Open werefrog opened 4 years ago

werefrog commented 4 years ago

Difficulty level (1-10): [2] Estimated time spent (hours): [3] Completed (yes/no): [Yes] I stretched my coding skills (if yes what did you learn?): [I had to find out how to test the standard print's outputs.] Other feedback (what can we improve?): []

werefrog commented 4 years ago

Near one year later, I rewrite it using pytest and checking code coverage and mutability.