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 9d7d5cc commit 997b00eCopy full SHA for 997b00e
brain_games/engine.py
@@ -16,5 +16,5 @@ def run_game(game_module):
16
else:
17
print(f'Congratulations, {name}!')
18
19
- print(f"{user_answer} is wrong answer ;(. Correct answer was {correct_answer}.\nLet's try again, {name}")
+ print(f"{user_answer} is wrong answer ;(. Correct answer was {correct_answer}.\nLet's try again, {name}!")
20
break
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "hexlet-code"
3
-version = "0.6.1"
+version = "0.6.2"
4
description = "Add your description here"
5
readme = "README.md"
6
requires-python = ">=3.10"
0 commit comments