Consider the following code:
请考虑以下代码:
try:
raise Exception("a")
except:
try:
raise Exception("b")
finally:
raise
try:
Consider the following code:
请考虑以下代码:
try:
raise Exception("a")
except:
try:
raise Exception("b")
finally:
raise
try: