1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-21 17:22:29 +00:00
This commit is contained in:
J. Fernando Sánchez 2015-04-16 10:25:44 -07:00
commit 49f74f5c06

3
progres.py Normal file
View File

@ -0,0 +1,3 @@
import sys
# \r is carriage return, writes the following text to the beginning of the line
sys.stdout.write('\r<And your message')