We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91e2b4 commit e7ce9c8Copy full SHA for e7ce9c8
1 file changed
Codes_in_jan2024/kbc.py
@@ -25,4 +25,6 @@
25
print("RIGHT")
26
score += 1
27
case _:
28
- print("WRONG")
+ print("WRONG")
29
+
30
+print(f"your total score is: {score}/3")
0 commit comments