1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-23 18:02:29 +00:00
gists/repos/Print progress in python/progres.py
2021-10-30 15:16:04 +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>')