exception_action】的更多相关文章

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