So I am learning python with a great book and I did the escape sequence part and in the book there was this escape sequence:
\a
The writer defined it as an ascii bell. I understand what ascii is but not what bell is, I tried using the \a in some of my test code but I don’t know what it does. Nothing changes on the screen no sound ( yes I thought it would do a little sound :( ) and on google I found stuff about c programming and that if you want to use it in windows you need to do echo ^G but I still don’t understand why it does not do a sound in my python thing.
Sorry if this question is out of place. And might sound stupid but I am using python on my android this might be why there is a problem with the bell.
Edit 1: I just saw the error in the title sorry :s