AutoFramework/Temp/main5.py

7 lines
113 B
Python
Raw Permalink Normal View History

2022-08-21 02:25:55 +08:00
try:
assert 1 == 2
except AssertionError:
print('断言错误')
except Exception:
print('出错了')