Skip to content

Commit e7ce9c8

Browse files
authored
Update kbc.py
1 parent f91e2b4 commit e7ce9c8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Codes_in_jan2024/kbc.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@
2525
print("RIGHT")
2626
score += 1
2727
case _:
28-
print("WRONG")
28+
print("WRONG")
29+
30+
print(f"your total score is: {score}/3")

0 commit comments

Comments
 (0)