Check if a number is divisable by 2
- 🐢 blazingly slow
- 🤮 uses lambda functions
- 🥸 unreadable
- 💩 poor documantation]
- 💀 uses double quotes and single quotes in different places for no apperent reason
from is_even import EvenNumber
print(isinstance(5, EvenNumber)) # False
print(isinstance(2, EvenNumber)) # True
what's pep8?