Python - Exception Handling Fundamentals
Identify the problem in this code:
try:
print('Hello')
except:
print('Error')
finally
print('Done')try:
print('Hello')
except:
print('Error')
finally
print('Done')15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions