Learning how to check odd or even numbers gave me a quick introduction to Python’s control flow. I saw how the program evaluates an expression and then selects the correct branch. This small exercise helped me understand how if–else rules control the direction of code. https://docs.vultr.com/python/examples/check-if-a-number-is-odd-or-even