Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

What is exit code 9 in Python?

–7 votes
asked Feb 5, 2021 by Jeff The Chicken (2,920 points)
I'm wondering what exit code 9 is in Python

1 Answer

+1 vote
answered Feb 5, 2021 by Peter Minarik (84,720 points)

Does this help?

commented Feb 5, 2021 by Jeff The Chicken (2,920 points) 1 flag
exit code 9, not -9
commented Feb 5, 2021 by Peter Minarik (84,720 points)
Ah, ok. My bad.
commented Feb 5, 2021 by Peter Minarik (84,720 points)
Can you perhaps share the code that causes this termination with code 9?
commented Feb 5, 2021 by Jeff The Chicken (2,920 points)
I'm just wondering what this specific exit code means
commented Feb 5, 2021 by Peter Minarik (84,720 points)
Unfortunately I don't work with Python on a daily basis, so I don't have the knowledge to answer this by heart. Hence I tried to just search the Internet for exit code 9 in Python.
commented Feb 5, 2021 by Jeff The Chicken (2,920 points)
that's okay. It's not that important
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...