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

6 lines
100 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:
2012-06-03 22:10:10 +08:00
pass