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.
Login
Login
OnlineGDB Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
What is exit code 9 in Python?
–7
votes
asked
Feb 5, 2021
by
Jeff The Chicken
(
2,950
points)
I'm wondering what exit code 9 is in Python
python-3
python
please-help
onlinegdb
gdb
Please
log in
or register to answer this question.
1 Answer
+1
vote
answered
Feb 5, 2021
by
Peter Minarik
(
101,420
points)
Does
this
help?
commented
Feb 5, 2021
by
Jeff The Chicken
(
2,950
points)
1
flag
exit code 9, not -9
commented
Feb 5, 2021
by
Peter Minarik
(
101,420
points)
Ah, ok. My bad.
commented
Feb 5, 2021
by
Peter Minarik
(
101,420
points)
Can you perhaps share the code that causes this termination with code 9?
commented
Feb 5, 2021
by
Jeff The Chicken
(
2,950
points)
I'm just wondering what this specific exit code means
commented
Feb 5, 2021
by
Peter Minarik
(
101,420
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,950
points)
that's okay. It's not that important
Please
log in
or register to add a comment.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...