how to copy the File/Folder from the system in USB in python

前端 未结 0 1621
情书的邮戳
情书的邮戳 2021-01-15 12:43

Hi i am using the below code but its not working

import os
import shutil

for root, dirs, files in os.walk(\'C:\\Users\\mdkaushar.nazir\\Desktop\\project\'):
         


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