Skip to content

Commit 7e04d0f

Browse files
update README.md
1 parent 8267ae9 commit 7e04d0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

brain_games/game_skeleton.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ def game_start(game):
1515
answer = get_answer(question)
1616

1717
if answer != correct:
18-
print(f"'{answer}' is wrong answer ;(."
19-
f"Correct answer was '{correct}'."
18+
print(f"{answer} is wrong answer ;(."
19+
f"Correct answer was {correct}."
2020
f"\nLet's try again, {player}!")
2121
return
2222
print('Correct')

0 commit comments

Comments
 (0)