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 f4c9e00 commit 3f18c95Copy full SHA for 3f18c95
brain_games/games/even.py
@@ -1,6 +1,6 @@
1
from random import randint
2
3
-RULES = 'Answer "yes" if number even otherwise answer "no".'
+RULES = 'Answer "yes" if the number is even, otherwise answer "no".'
4
5
6
def start_game():
0 commit comments