1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-01 08:01:44 +00:00
gists/repos/ff8baa5fea0b20372453/progres.py

3 lines
131 B
Python
Raw Normal View History

2015-04-16 17:25:44 +00:00
import sys
# \r is carriage return, writes the following text to the beginning of the line
2015-04-16 17:26:04 +00:00
sys.stdout.write('\r<And your message>')