else runs an alternate block when the if condition is False. An if-else always picks exactly one of two paths.
If True — do A. Otherwise — do B. Always one of the two.