shutil error: “Module 'shutil' has no 'copy' member”

前端 未结 0 2014
攒了一身酷
攒了一身酷 2020-12-14 14:47

I am still learning python but got stuck here:

from pathlib import Path
import os
import shutil
p = Path.home()
shutil.copy(p / \'G:\\souce.txt\', p / \'G:\\d         


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