Tips to remind for the FUTURE.
\r will reset the cursor to the beginning of the line.
>>> for i in range(100): ... time.sleep(1) ... sys.stdout.write("\r%d%%" %i) # or print >> sys.stdout, "\r%d%%" %i, ... sys.stdout.flush() ...
No comments:
Post a Comment