1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-21 17:22:29 +00:00
gists/Print progress in python/progres.py
J. Fernando Sánchez f48bab94dd Move files
2021-10-30 15:23:01 +02:00

3 lines
131 B
Python

import sys
# \r is carriage return, writes the following text to the beginning of the line
sys.stdout.write('\r<And your message>')