如果它引发任何类型的
try
Exception
a = 1 try: a += 1 raise ValueError except: pass print(a)
之后
a
a -=1
except
您有多个抽象案例:
我目前能想到的就是这些情况。