import shutil#复制文件shutil.copyfile('listfile.py', 'd:/test.py')#复制目录shutil.copytree('d:/temp', 'c:/temp/')#其余可以参考shutil下的函数