Learning how to check if a number is odd or even showed me how Python chooses between two possible outcomes. The condition either triggers the odd block or the even block, making the flow predictable. This exercise made branching logic intuitive and helped me write cleaner code. https://docs.vultr.com/python/examples/check-if-a-number-is-odd-or-even