Skip to content

Instantly share code, notes, and snippets.

@lambdaman2
Created October 1, 2012 12:48
Show Gist options
  • Select an option

  • Save lambdaman2/3811591 to your computer and use it in GitHub Desktop.

Select an option

Save lambdaman2/3811591 to your computer and use it in GitHub Desktop.
Python: Wait function - python
from time import sleep
sleep(5) #sleeps for 5 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment