原创 python 新建文件夾

import os pathname = r'G:\work\2.purchaseInterest\data' if not os.path.isdir(pathname): os.mkdir(pathname) for i i