RosettaCodeData/Task/Terminal-control-Hiding-the-cursor/Python/terminal-control-hiding-the-cursor-1.py

3 lines
55 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
print("\x1b[?25l") # hidden
print("\x1b[?25h") # shown