+ 2
What code should I use in order to quickly shut down an application in Python?
2 Respuestas
0
armin mohammadi it looks like you asked this question two times.
Please delete one of them.
https://www.sololearn.com/discuss/2011258/?ref=app
0
Hi. I think you want this 🤔
import sys
sys.exit()