Oprește programul python

Exemple de cod

16
0

import sys

sys.exit()
10
0

programul de ieșire python

import sys
sys.exit()
10
0

cum să opriți programul în python

import sys

sys.exit()
9
0

script de sfârșit python

exit()
3
0

cum să opriți rularea codului în python

#to stop all execution of code
exit()
2
0

# Do stuff
stop = input("Would you like to stop the program? ")
if stop == "y":
  exit()
else:
  # do stuff
1
0

oprește programul python

# Do stuff
stop = input("Would you like to stop the program? ")
if stop == "y":
  exit()
else:
  # do stuff
0
0

cum de a opri pythonw

taskkill /IM pythonw.exe /F

În alte limbi

Această pagină este în alte limbi

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................