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 b724f6e commit 2222a9bCopy full SHA for 2222a9b
brain_games/scripts/brain_even.py
@@ -1,6 +1,7 @@
1
import random
2
from brain_games.cli import welcome_user
3
4
+
5
def is_even(number):
6
"""Checks if a number is even."""
7
return number % 2 == 0
0 commit comments