Skip to content

Commit 1aa061f

Browse files
committed
fix: even.py
1 parent d1ea981 commit 1aa061f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

brain_games/games/even.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def is_even(number: int) -> bool:
2121

2222

2323
def get_msg_game_rules() -> str:
24-
return "Answer 'yes' if the number is even, otherwise answer 'no'."
24+
return "Answer \"yes\" if the number is even, otherwise answer \"no\"."

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "hexlet-code"
33
version = "0.1.0"
44
description = "Add your description here"
5+
authors = [
6+
{ name = "Kirill", email = "[email protected]" }
7+
]
58
readme = "README.md"
69
requires-python = ">=3.13"
710
dependencies = [

0 commit comments

Comments
 (0)