import os path = "myDir" os.mkdir(path) # 建立目錄os.rmdir(path) # 移除目錄os.system("mkdir dir2") #執行作業系統命令os.rename('day06.txt', ...
確定! 回上一頁