You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Quiz_Game/Readme.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,17 @@
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.
0 commit comments