Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) always
b) when an exception occurs
c) when no exception occurs
d) when an exception occurs in to except block