test_ok1/doc/en/example/py2py3/test_py3.py

6 lines
104 B
Python
Raw Normal View History

def test_exception_syntax():
try:
2018-05-23 22:48:46 +08:00
0 / 0
except ZeroDivisionError as e:
2018-10-22 23:49:31 +08:00
assert e