Referring this, when I run following command in Windows terminal"
>>> print('\a')
it plays notification bell. But when I include this statement in .py file and run that .py file it does not play the bell sound. Why is it so?
Also when I try to run above in python shell running in Android termux, it vibrates but does not play sound. Why is it so?