python code for play_sound :-
for play any sound which is in " ---.mp3 " format use this code (take care about path of file)
from playsound import playsound
print("playing........")
playsound('D:\code\python\other\playmusic\ks.mp3') # here path of file is fill in parameter place
print("music end..")