1.

k = foo() print(k)

A. 1
B. 2
C. 3
D. error, there is more than one return statement in a single try-finally block
Answer» C. 3


Discussion

No Comment Found