Copying a python file coing on vs code

Hi i was try to copy a python coding to my own file so that i can do my own chages to it for some reason I cant this is what I keep on getting.

It’s saying it can’t find alpha_advantage.py. Is that the file you are trying to copy?

yes but it is on a diffrent folder on my computer

The backslashes are getting escaped; it’s looking in C:\\Users\\ etc.

Try using forward slashes:
C:/Users/jeanb/...

1 Like