Can't change working directory
I used
>import os
>os.cwd('..')
also tried
>import os
>os.cwd("C:/Users/manleyl/PycharmProjects")
and the only ouput I ever get when asking
>os.getcwd()
is
C:\Python34\python.exe C:/Users/manleyl/PycharmProjects/size_project/size_1.py
Process finished with exit code 0
Please sign in to leave a comment.
sorry I used os.chdir() not os.cwd()
Also I'm using windows 10, python 3.4