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

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

ANSWER DOWNLOAD EXAMIANS APP