Python3批量建立文件夾(亂搞)

import os,sys i = 0 DIRNAME= input("Please input Dir Name:") print("You input Name is " + DIRNAME ) #Start Mkdir for i in range(10000): #批量建立個數,這裏是1W os.mkdir('j:\ '+DIRNAME+str(i) ) #j:\爲文件
相關文章
相關標籤/搜索