3 lines
64 B
Python
3 lines
64 B
Python
|
import ansi_escape
|
||
|
print(ansi_escape.set_title("hello"))
|
||
|
input()
|