Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pause .py file
#2
You can import the time module and then use
Code:
import time
print "Start a Pause"
time.sleep(10)
print "After 10 seconds"

wait 10 seconds before going on
Reply


Messages In This Thread
Pause .py file - by zenzul - 10-13-2009, 07:53 PM
RE: Pause .py file - by Gaijin - 10-13-2009, 07:56 PM
RE: Pause .py file - by zenzul - 10-13-2009, 07:59 PM
RE: Pause .py file - by Gaijin - 10-13-2009, 08:00 PM
RE: Pause .py file - by zenzul - 10-13-2009, 08:00 PM
RE: Pause .py file - by nevets04 - 10-14-2009, 12:41 PM
RE: Pause .py file - by Mr.FeellingLeSS - 10-20-2009, 10:51 AM
RE: Pause .py file - by nevets04 - 10-23-2009, 03:15 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)