Skip to content

Instantly share code, notes, and snippets.

@liluo
Created November 20, 2014 03:45
Show Gist options
  • Save liluo/8a28a30a79f0c05b3e0f to your computer and use it in GitHub Desktop.
Save liluo/8a28a30a79f0c05b3e0f to your computer and use it in GitHub Desktop.
import sys
def pp(msg):
sys.stdout.write("\r")
sys.stdout.write(msg)
sys.stdout.flush()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment