ansi_escape/examples/bell.py

5 lines
100 B
Python

import ansi_escape
print(ansi_escape.bell_f(10000))
a = 10
while a < 10:
print(ansi_escape.bell)