cara membuka file suara dalam python

# playsound module

from playsound import playsound
playsound('audio.mp3')   # way to your audio file
Stupid Skipper