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 8267ae9 commit 7e04d0fCopy full SHA for 7e04d0f
brain_games/game_skeleton.py
@@ -15,8 +15,8 @@ def game_start(game):
15
answer = get_answer(question)
16
17
if answer != correct:
18
- print(f"'{answer}' is wrong answer ;(."
19
- f"Correct answer was '{correct}'."
+ print(f"{answer} is wrong answer ;(."
+ f"Correct answer was {correct}."
20
f"\nLet's try again, {player}!")
21
return
22
print('Correct')
0 commit comments