标签:logs int range pytho exce python pre try exception
for i in range(3, -2, -1): try: print(4 / i) except Exception as e: print(Exception) print(e)
exception_action
原文地址:http://www.cnblogs.com/yuanjiangw/p/7728714.html