This commit is contained in:
killcerr 2026-01-31 00:41:20 +08:00
parent a92557193c
commit 5ab8381471

View File

@ -212,7 +212,7 @@ try:
except (ZeroDivisionError, 1) as e: except (ZeroDivisionError, 1) as e:
assert type(e) == ZeroDivisionError assert type(e) == ZeroDivisionError
except Exception as e: except Exception as e:
print(e) assert type(e) == TypeError
""" """
# finally, only # finally, only