Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sir-chester-king/quiz-game
https://github.com/sir-chester-king/quiz-game
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sir-chester-king/quiz-game
- Owner: Sir-Chester-King
- Created: 2024-08-08T08:29:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T14:32:37.000Z (3 months ago)
- Last Synced: 2024-08-23T16:13:25.496Z (3 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.