Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sir-chester-king/quiz-game


https://github.com/sir-chester-king/quiz-game

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Quiz-Game
Thsi is a simple exercise to crate a quiz game using python.

Fucntion used:
- Display_Score()
- Check_Answer()
- Play_Again()
- New_Game()

Display_Score():
Thsi function is used to displat the socre that user achieved. Verifying the difference between the correct answer and the answer give during the test. It provided a precentage score too.

Check_Answer():
This function is used to check the asnwsers the user given.

Play_Again():
This function is used to ask to user if she/he wanna play a new game.

New_Game():
This function is used to be a main section of the game, where all the parameters are passed.