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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?