Why can we consider the else statement a default response?
else statement's code block runs for all the cases for which if statement returns Falseelse statement's code block runs for the cases that the if statement returns TrueThe else statement's code block runs for all the cases for which if statement returns False.