I made a folder on my desktop with the name \"headfirstpython\" and I need to change my current working directory to that folder and to the sub folder inside of it. I used os.ge
I had the same problem before.I solve this when I found that if I created a file on my desktop, the file image would be shown on my desktop, but it will not exist in C/users/Desktop. Maybe you can check whether your file is exist in your C drive's desktop or not. Hope this will help.