Python - Advanced Exception Handling
What is the output of this code?
try:
print("Hello")
except:
print("Error")
else:
print("No Error")try:
print("Hello")
except:
print("Error")
else:
print("No Error")15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions