I was using winsound module for the first time to use it on one of my small app,and it didn't even gave me a BEEP!.
I imported winsound module first.
>>> import winsound
>>>
then
winsound.Beep(37,10)
leads to nothing!
Any kinda help is appreciated.