mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00:00
Update 28_exception.py
This commit is contained in:
parent
5f265e5ec8
commit
b57b16efaf
@ -233,8 +233,9 @@ def g():
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
try:
|
||||
raise IndexError
|
||||
except IndexError:
|
||||
g()
|
||||
if 0:
|
||||
try:
|
||||
raise IndexError
|
||||
except IndexError:
|
||||
g()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user