Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
typo (extra space)
Source Link
wjandrea
  • 34k
  • 10
  • 69
  • 105

Start the script from an already open cmd window or at the end of the script add something like this, in Python 2:

 raw_input("Press enter to exit;") 

Or, in Python 3:

input("Press enter to exit;") 

Start the script from an already open cmd window or at the end of the script add something like this, in Python 2:

 raw_input("Press enter to exit;") 

Or, in Python 3:

input("Press enter to exit;") 

Start the script from an already open cmd window or at the end of the script add something like this, in Python 2:

raw_input("Press enter to exit;") 

Or, in Python 3:

input("Press enter to exit;") 

Start the script from an already open cmd window or at the end of the script add something like this, in Python 2:

 raw_input("Press enter to exit ;)"exit;") 

Or, in Python 3:

input("Press enter to exit ;)"exit;") 

Start the script from already open cmd window or at the end of script add something like this, in Python 2:

 raw_input("Press enter to exit ;)") 

Or, in Python 3:

input("Press enter to exit ;)") 

Start the script from an already open cmd window or at the end of the script add something like this, in Python 2:

 raw_input("Press enter to exit;") 

Or, in Python 3:

input("Press enter to exit;") 
added 3 characters in body
Source Link
Anurag Uniyal
  • 89.2k
  • 41
  • 181
  • 223

Start the script from already open cmd window or at the end of script add something like this, in Python 2:

 raw_input("Press enter to exit ;)") 

Or, in Python 3:

input("Press enter to exit"exit ;)") 

Start the script from already open cmd window or at the end of script add something like this, in Python 2:

 raw_input("Press enter to exit ;)") 

Or, in Python 3:

input("Press enter to exit") 

Start the script from already open cmd window or at the end of script add something like this, in Python 2:

 raw_input("Press enter to exit ;)") 

Or, in Python 3:

input("Press enter to exit ;)") 
Added colon where I felt there should be one, and added a python 3 answer.
Source Link
Loading
added 3 characters in body
Source Link
Anurag Uniyal
  • 89.2k
  • 41
  • 181
  • 223
Loading
deleted 2 characters in body
Source Link
Anurag Uniyal
  • 89.2k
  • 41
  • 181
  • 223
Loading
added 20 characters in body
Source Link
Anurag Uniyal
  • 89.2k
  • 41
  • 181
  • 223
Loading
Source Link
Anurag Uniyal
  • 89.2k
  • 41
  • 181
  • 223
Loading