Skip to content

Commit 03acb7f

Browse files
committed
change q_and_a.py
1 parent 4bafca1 commit 03acb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brain_games/q_and_a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ def quest_answer(func):
2323
print(f"Let's try again, {nick}!")
2424
break
2525
else:
26-
print(f"Congratulations, {nick}")
26+
print(f"Congratulations, {nick}!")

0 commit comments

Comments
 (0)