Beep on WIndows 11
2QdxY4RzWzUUiLuE at potatochowder.com
2QdxY4RzWzUUiLuE at potatochowder.com
Sun Nov 12 05:50:00 EST 2023
On 2023-11-11 at 23:44:19 +0000,
Y Y via Python-list <python-list at python.org> wrote:
> I am curious and humble to ask: What is the purpose of a BEEP?
It's a simple way for a terminal-based program to alert (hence '\a') a
user or an operator that their attention is requested or required.
See also <https://en.wikipedia.org/wiki/Bell_character>.
More information about the Python-list
mailing list