Skip to content

Instantly share code, notes, and snippets.

@nihaals
Created March 7, 2018 18:01
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 nihaals/49df45eb5d9e073889b9e6911cca6e34 to your computer and use it in GitHub Desktop.
Save nihaals/49df45eb5d9e073889b9e6911cca6e34 to your computer and use it in GitHub Desktop.
Python status
import sys.stdout as std
def update_last_line(text):
std.write("\r{}\033[K".format(text))
std.flush()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment