Skip to content

Instantly share code, notes, and snippets.

@mapix
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save mapix/a8e577b273d56171f918 to your computer and use it in GitHub Desktop.

Select an option

Save mapix/a8e577b273d56171f918 to your computer and use it in GitHub Desktop.
import sys
while 1:
print str(i),
print '\b'*(len(str(i)) + 2),
i += 1
sys.stdout.flush()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment