Checking if a number is odd or even gave me a simple introduction to writing conditions in Python. Using an if-else block made it easy to separate the two cases and print meaningful output. This exercise helped me understand how Python evaluates expressions and responds accordingly. https://docs.vultr.com/python/examples/check-if-a-number-is-odd-or-even