|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
system pause?
What is the equivalent function for system("pause") in python? And which module contains this function?
Thanks in advance.
__________________
What can change the nature of a man? |
|
#2
|
||||
|
||||
|
well the exact equivalent for this would be os.system('pause') which is in the os mdoule. Another way to pause a program would be to use raw_input('textt to display') to pause the program untill the user presses enter and being built-in you don't have to import anything
![]() Mark. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > system pause? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|