+ 3
What code should I use in order to quickly shut down an application in Python?
6 Answers
+ 1
If you want to use something like getch() in Python use the function input().
+ 2
Like c++ _getch()
+ 2
Stop it from quickly shuting down
+ 1
armin mohammadi are you trying to shutdown you code or stop it from quickly shuting down?
0
What do you mean by 'quickly shutdown' ?
0
Just call the function `exit()`