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

6 lines
102 B
Python
Raw Normal View History

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