Python stops at the first `True` condition. - **Order matters.** More specific conditions go before more general ones. - The `else` clause is optional but provides a safety net for unexpected inputs.