first let me explain you the bckground
" i am python learner and linux noobie i watched a project in python tutorial i also created but it is showing me error the person who do that project in windows in that program you have to add my music file location to play that music"
Can you trying listening to the MP3 by double-clicking on it and seeing if it plays?
Check that the file is actually in /home/zsarthak/Music, noting that Linux is case-sensitive and so Music and music are two different folders.
Run the following from the command line (terminal).
ls -l /home/zsarthak/Music
Do you see your file or do you get an error like
ls: cannot access '/home/zsarthak/Music': No such file or directory
hey i understand what mistakes i am doing i am only adding path of file not the file name with i just add path then a slash and song name with .mp3 and it worked properly and a lot of thanks for you you helped me alot