Which terminal command is used to navigate to a different directory before running a Python script?
The command cd means ''change directory.'' It is used in a terminal to move from one folder to another.
Example:
cd Desktop
After navigating to the correct folder, a Python script can be run with a command such as:
python script.py
Therefore, the correct answer isC. cd.
Maryann
4 days agoTeri
9 days agoNoble
14 days ago