mirror of
https://github.com/balkian/gists.git
synced 2024-11-01 08:01:44 +00:00
4c05a13190
git-subtree-dir: repos/ff8baa5fea0b20372453 git-subtree-mainline:c8ba2e28d1
git-subtree-split:93eafeba01
3 lines
131 B
Python
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>') |