Search
The Else block in a try/except statement is executed when none of the except blocks are executed i.e no error is thrown.
You could change the index from 0 to 10 on line 11 and see the output.