When running the following code in IPython (version 8.3.0 with python 3.9.7) import sys def test_exit(): for i in range(2,-2,-1): try: print(1/i) except ZeroDivisionError: sys.exit("ERROR: tried to ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results