ansi_escape/examples/bell.py

5 lines
100 B
Python
Raw Normal View History

2021-03-12 21:33:18 +00:00
import ansi_escape
print(ansi_escape.bell_f(10000))
a = 10
while a < 10:
print(ansi_escape.bell)