exception_action

 

for i in range(3, -2, -1):
    try:
        print(4 / i)
    except Exception as e:
        print(Exception)
        print(e)

 

posted @ 2017-10-25 14:36  papering  阅读(137)  评论(0编辑  收藏  举报