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 d51d3bd commit b724f6eCopy full SHA for b724f6e
brain_games/scripts/brain_even.py
@@ -5,6 +5,7 @@ def is_even(number):
5
"""Checks if a number is even."""
6
return number % 2 == 0
7
8
+
9
def main():
10
"""
11
Runs the "Even" game.
0 commit comments