Finally, the else statement in loops is executed when the loop has finished. Remember, else in a loop differs from else in an if statement.
The else block will only be executed if the loop is not terminated early by a break statement.