I tried a very simple code of playing music using pygame, however the cmd launches and then shuts down immediately without giving any substantial output. Please find the code attached below.
from pygame import mixer
mixer.init()
mixer.music.load("elvis.mp3")
mixer.music.play()