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 d1ea981 commit 1aa061fCopy full SHA for 1aa061f
brain_games/games/even.py
@@ -21,4 +21,4 @@ def is_even(number: int) -> bool:
21
22
23
def get_msg_game_rules() -> str:
24
- return "Answer 'yes' if the number is even, otherwise answer 'no'."
+ return "Answer \"yes\" if the number is even, otherwise answer \"no\"."
pyproject.toml
@@ -2,6 +2,9 @@
2
name = "hexlet-code"
3
version = "0.1.0"
4
description = "Add your description here"
5
+authors = [
6
+ { name = "Kirill", email = "[email protected]" }
7
+]
8
readme = "README.md"
9
requires-python = ">=3.13"
10
dependencies = [
0 commit comments