0
Python
In python exit() function in the called function raising an error and the calling function exception block is working ..how to rectify https://code.sololearn.com/cqOSnYRlt890/?ref=app
5 Respostas
+ 5
CHENNAMSETTY SUMANTH ,
Don't put your code in the comment...see your code is not fully visible...
You write your code in code playground and save it and share the link of that here ..
So we could found what is the issue...
+ 2
Share your code
0
Okay
0
You may have to call as "sys.exit()" and be sure to add "import sys" at top