What code should I use in order to quickly shut down an application in Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What code should I use in order to quickly shut down an application in Python?

21st Sep 2019, 7:13 PM
Basheh
Basheh - avatar
2 Answers
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
21st Sep 2019, 8:00 PM
Ulisses Cruz
Ulisses Cruz - avatar
0
Hi. I think you want this 🤔 import sys sys.exit()
21st Sep 2019, 8:04 PM
Dmytro Novak
Dmytro Novak - avatar