else
statement's code block runs for the cases that the if
statement returns False
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
.