Can somebody help me in my problem,please.
I am writting small script that reads user home directory,append name of folder and using file from that folder
import os
i=os.path.expanduser('~')
print ('{}\.myfolder'.format (i))
after that
myFile= ?????here must be resul of printing
winsound.PlaySound(myFile,winsound.SND_NOSTOP)