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

8 lines
100 B
Python
Raw Normal View History

def test_exception_syntax():
try:
0/0
except ZeroDivisionError as e:
2012-06-03 22:10:10 +08:00
pass