AttributeError: module 'os' has no attribute 'chdir'

后端 未结 0 370
失恋的感觉
失恋的感觉 2021-02-08 17:19

In Python 3, I just tried to change my working directory in the following way:

import os 

DIR = \'C:/Users/Emil/files/\'

os.chdir(DIR)

This use

相关标签:
回答
  • 消灭零回复
提交回复
热议问题