1.

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

A. always
B. when an exception occurs
C. when no exception occurs
D. when an exception occurs in to except block
Answer» D. when an exception occurs in to except block


Discussion

No Comment Found