You've learned this already. โ
Click here to view the next lesson.
Chapter 22 - Appendix C: Python Cheat Sheet
Exception Handling
try:
print(x)
except:
print("An exception occurred")
Exception Handling
try:
print(x)
except:
print("An exception occurred")
Exception Handling
try:
print(x)
except:
print("An exception occurred")
Exception Handling
try:
print(x)
except:
print("An exception occurred")