Update 28_exception.py

This commit is contained in:
blueloveTH 2025-08-29 23:47:51 +08:00
parent 5f265e5ec8
commit b57b16efaf

View File

@ -233,6 +233,7 @@ def g():
except KeyError: except KeyError:
pass pass
if 0:
try: try:
raise IndexError raise IndexError
except IndexError: except IndexError: