Shutil and os help to copy files

前端 未结 0 1317
庸人自扰
庸人自扰 2021-01-30 02:16
import shutil
import os
import time

os.chdir(\'c:\\\\User\\\\user\\\\\')

time.sleep(10)
shutil.copytree(\'Pictures\', \'E:\\\\\')

So I have wasted all

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