so I have this code:
pygame.mixer.init(44100) pygame.mixer.music.load(\'sound.mp3\') pygame.mixer.music.play()
works flawlessly, but now i wa