Skip to content

Commit 3f18c95

Browse files
update even.py
1 parent f4c9e00 commit 3f18c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brain_games/games/even.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from random import randint
22

3-
RULES = 'Answer "yes" if number even otherwise answer "no".'
3+
RULES = 'Answer "yes" if the number is even, otherwise answer "no".'
44

55

66
def start_game():

0 commit comments

Comments
 (0)