# # Conditional statement used to execute one block of code if a condition is True and another block of code if the condition is False.
# - Read this file top-to-bottom and trace the output mentally before running. # - Change one input/value at a time to understand behavior deeply. # - Keep this file as a quick recap for this specific ...