Does "\a" and "\v" have any use? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Does "\a" and "\v" have any use?

I was randomly testing in python with strings, trying every single possible combination with "\" i found some interesting ones like \f, try it, but those two.... i didnt understand them

27th Dec 2018, 9:36 PM
Razf
Razf - avatar
1 Answer
+ 4
\a (alarm(?)) will make a 'bleep' sound in windows which is pretty fun when i accidentally discover it \v (Vertical Tab) its probably useless in console though, i'm not sure if its still useable at this point https://en.m.wikipedia.org/wiki/Tab_key
27th Dec 2018, 9:46 PM
Taste
Taste - avatar