if → Checks a condition and runs the code if it's True. elif (else if) → Runs when the previous if condition is False but another condition is True. else → Runs ...