Skip to content

Instantly share code, notes, and snippets.

@azmeuk
Created September 30, 2014 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azmeuk/78731ba1aa00f6fd53d7 to your computer and use it in GitHub Desktop.
Save azmeuk/78731ba1aa00f6fd53d7 to your computer and use it in GitHub Desktop.
Python wait and print
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import time, sys
if __name__ == "__main__":
for i in range(0,4):
print i
time.sleep(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment