|
1 | 1 |
|
2 | 2 | # Quiz Game
|
3 | 3 |
|
4 | | -This project is to create an Quiz Game using python in which the user can answer the question and view there score using list data-structure and functions. |
5 | | - |
6 | | -List for storing the data and functions for defining there logic of game playing. |
| 4 | +This project is to create a Quiz Game using Python in which the user can answer the questions and view their scores. Quiz_Game make use of a list data structure for data storage and functions for implementing logic. |
7 | 5 |
|
8 | 6 | ## Usage
|
9 | 7 |
|
10 | 8 | * Copy the code to your system.
|
11 | 9 |
|
12 | | -* Run the code on python terminal and enjoy the game. |
| 10 | +* Run the code on the Python terminal and enjoy the game. |
13 | 11 |
|
14 | 12 | ## Output
|
15 | 13 |
|
16 | | -User can view there score in the end and can also play the game again. |
| 14 | +Users can view their score at the end and can also replay the game. |
17 | 15 |
|
18 | 16 | ScreenShot[https://i.postimg.cc/Kj6gNbM1/Select-C-Windows-py-exe-18-07-2023-23-03-08.png]
|
19 | 17 |
|
|
0 commit comments