Skip to content

Commit ccd8980

Browse files
Create project_10_quiz_game_2.py
1 parent 8b6bb72 commit ccd8980

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

project_10_quiz_game_2.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Project 10
2+
# Quiz program
3+
4+
quiz = {
5+
"question1":{
6+
"question":"...",
7+
"answer":"..."
8+
},
9+
"question2":{
10+
"question":"...",
11+
"answer":"..."
12+
},
13+
"question3":{
14+
"question":"...",
15+
"answer":"..."
16+
}
17+
}
18+
19+
# Continuing...

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy