-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modularization code and add unit test to Quiz Game #764
base: main
Are you sure you want to change the base?
Conversation
Add ask_question function to ask question and check answer
Add constructor init into the system to initialize the object
Greetings! This is an automated message from GitHub Actions. 🤖 |
I changed the project directory name to import module. Is that okay? |
Type of change
Changes proposed in this pull request
Project name : Quiz Game
Short description : Modularization code. I created 2 modules gamesystem.py and gameplay.py so that we can maintenance efficiency. In addition, I created the unit test to make test easy. There were no docstrings, so added docstrings as well.
Checklist