Advertisements
Advertisements
प्रश्न
What will be the output of the following Python code?
def foo():
try:
print(1)
finally:
print(2)
foo()
पर्याय
1 2
1 2 3
2
none
MCQ
उत्तर
1 2
shaalaa.com
Introduction of Exception Handling in Python
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?