Python
When will the else part of try-except-else be executed?

when no exception occurs
Always
when an exception occurs
when an exception occurs in to except block

ANSWER DOWNLOAD EXAMIANS APP