2 lines
50 B
Python
2 lines
50 B
Python
|
import ansi_escape
|
||
|
print(ansi_escape.esc + "[18t")
|