Does the playsound module work in Python 3.9.1? When I write the command:
from playsound import playsound
playsound('C:\\Users\\acer\\Desktop\\FOLDER\\Programming\\Python\\01_project\\Bella Ciao.mp3')
it doesn't run and shows the error message A problem occurred in initializing MCI.
But after that I have installed Python 3.5.0 and in that plays the sound without any error. So is the playsound module supported for Python 3.5.0 and not for 3.9.1? And also tell me other ways of inserting .mp3 files.