# If you don’t have the playsound package installed on your system, # you can install it with the command: """ $ pip install playsound """ import playsound playsound.playsound('sample.mp3')