exit tag

3 questions


1 answers
113 views
0
I want to know the difference between exit() and sys.exit()

I want to know the difference between exit() and sys.exit() in python.It's going to be different if you see it in other modules, but if you know how it's different, please let me know

2 years ago

1 answers
157 views
0
Please print out the error code and do not print the traceback

If you use pass in exception, you can't see what the error is at all, and if you don't take any action, there are a lot of tracebacks.I want to know how to make it so that I can print only the error c...

2 years ago

1 answers
80 views
0
How do I exit the application and show the home screen?

The application has a button called EXIT that lets you go to the home screen.When this button is pressed, I want to have a screen showing the application icon on my phone, what should I do?

2 years ago

© 2024 OneMinuteCode. All rights reserved.