I try to move directory in python 3
but it gives an error:
import os
os.system("cd /")
I tried this one but it does not work either:
import os
os.chdir("cd /")
In this case, I use the operating system parrot os 4.2.2.
Any solution? Thank you in advance for your answers !!