Skip to content

Commit d970920

Browse files
Update project_10_quiz_game_2.py
1 parent 71425bf commit d970920

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

project_10_quiz_game_2.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@
3636
print("Correct")
3737
score = score + 1
3838
print("Your score is " + str(score))
39+
print("")
3940
else:
40-
pass
41+
print("Wrong!")
42+
print("The answer is: " + value['answer'])
43+
print("Your score is " + str(score))
44+
print("")
4145

4246
# 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