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