I'm trying to use the cd command in order to point to the folder where my file is located but I keep getting SyntaxError: invalid syntax (see screenshot).
Could anyone please point out what I'm doing wrong here?

|
I'm trying to use the Could anyone please point out what I'm doing wrong here?
|
|||||||
|
|
To complement @phoibos's answer, you are trying to change to a directory on another drive, you need to use the
|
|||
|
|
|
First, you're using Also, you use backslashes for defining the path, which need to be escaped. Either use Example:
and then do whatever you want to do. If you want to use |
|||
|
|
|
You're entering the Try exiting python with CTRL+Z, then Enter. After this, enter your Edit: Maybe you just want to run a python program? Then you would would have to run
|
|||||
|