What will be the output of python program?
def foo():
try:
return 1
finally:
return 2
k = foo()
print(k)

Posted on by