主要用来对文件的复制
1 #!/usr/bin/env python 2 # -*- encoding:utf-8 -*- 3 import shutil 4 5 shutil.copy("py01.py", "py001.py")