Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment ...
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