for HCC classes taught by Rylan Schubkegel
Due 10/2 at 11:59
Previously you made a quiz game. In this project, you will refactor the project and expand it with new features.
Refactoring is the process of rewriting code without changing its behavior. This often happens to improve readability, maintainability, or performance.
Your revised quiz must still meet these original specifications:
Additionally, you must refactor the code to use the following techniques:
Remember, new assigments should not have their own Replit projects. There should be a new file for this project that is imported in main.py
(and make sure to comment out previous projects). Review the Set Up Replit project page for steps.