in python im stuck in here playsound thing.. please help me
Error 275 for command: open "C:\Users\Public\Music\zingat.mp3" Cannot find the specified file. Make sure the path and filename are correct. Error 305 for command: close "C:\Users\Public\Music\zingat.mp3" Cannot specify extra characters after a string enclosed in quotation marks. Failed to close the file: "C:\Users\Public\Music\zingat.mp3" Traceback (most recent call last): File "e:\practice python\Class 1\03_playsound.py", line 2, in <module> playsound('C:\\Users\\Public\\Music\\zingat.mp3') File "C:\Users\abc\AppData\Local\Programs\Python\Python310\lib\site-packages\playsound.py", line 72, in _playsoundWin winCommand(u'open {}'.format(sound)) File "C:\Users\abc\AppData\Local\Programs\Python\Python310\lib\site-packages\playsound.py", line 64, in winCommand raise PlaysoundException(exceptionMessage) playsound.PlaysoundException: Error 275 for command: open "C:\Users\Public\Music\zingat.mp3" Cannot find the specified file. Make sure the path and filename are correct. PS E:\practice python>