Answers for "changing directory in python shell command line"

1

change directory in python os

import os

path = "C:UsersYourDirectory"

os.chdir(path)
Posted by: Guest on March-16-2021

Code answers related to "changing directory in python shell command line"

Python Answers by Framework

Browse Popular Code Answers by Language