Why can we consider the else statement a default response?

The else statement's code block runs for the cases that the if statement returns FalseThe else statement's code block runs for the cases that the if statement returns True

The else statement's code block runs for the cases that the if statement returns False.