I am a beginner in Python, I have been reading the book Crash Course Python, the problem comes when I try to run a program from the Python terminal, the command is textual, I just have to put the address of the folder, but I get the error already mentioned, I've been 2 Days trying to see how to fix it but it does not work. the command is C:\> cd Users\Rodrigo\Desktop\python_work
I tried put the command in r"(here is the command)"
and
C:\\> cd Users\\Rodrigo\\Desktop\\python_work
but it doesn`t work
>>> C:\> `cd` Users\Rodrigo\Desktop\python_work
File "<stdin>", line 1
C:\> cd Users\Rodrigo\Desktop\python_work
^
SyntaxError: unexpected character after line continuation character
When I try to use the command r"C:> cd Users\Rodrigo\Desktop\python_work\" just repeat the command as follows 'C:\> cd Users\Rodrigo\Desktop\python_work'