Skip to content

Commit bc5b717

Browse files
committed
bug fixed
1 parent 5ffdf82 commit bc5b717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brain_games/scripts/helper_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ def checking_answers(flag, answer, count, name):
1313
else:
1414
print(f"'{answer}' is wrong answer ;(. "
1515
f"Correct answer was '{flag}'.")
16-
print(f"Let's try again, {name}")
16+
print(f"Let's try again, {name}!")
1717
return False

0 commit comments

Comments
 (0)