What happens when the if statement and elif statements' conditions return False?

The else statement's code block runsNothing happens

The else statement's code block runs.