from playsound import playsound def song(): def music(): playsound(\'1.wav\') def stop(): user=input(\'y/n\') song()
I am