We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffdf82 commit bc5b717Copy full SHA for bc5b717
brain_games/scripts/helper_script.py
@@ -13,5 +13,5 @@ def checking_answers(flag, answer, count, name):
13
else:
14
print(f"'{answer}' is wrong answer ;(. "
15
f"Correct answer was '{flag}'.")
16
- print(f"Let's try again, {name}")
+ print(f"Let's try again, {name}!")
17
return False
0 commit comments