When does the else part of try-except-else be executed ?
When there is a exception occurs in try block
When there is no exception occurs in try block
When there is a exception occurs in except block
always
When there is no exception occurs in try block , else block is executed.
Comment here: