How do I change the working directory in Python?

cd is the shell command to change the working directory. What is the equivalent in Python?

← Назад к списку