Skip to content

Instantly share code, notes, and snippets.

@hrsvrdhn
Created October 10, 2017 06:23
Show Gist options
  • Save hrsvrdhn/0e6b8b512c2f4cd7765edeb7554b99b0 to your computer and use it in GitHub Desktop.
Save hrsvrdhn/0e6b8b512c2f4cd7765edeb7554b99b0 to your computer and use it in GitHub Desktop.
import time
print "Welcome"
for i in range(5):
print "Wait for",5-i,"seconds"
time.sleep(1)
print "Done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment