📅  最后修改于: 2022-03-11 14:47:01.607000             🧑  作者: Mango
代码示例2
# to copy a file from one place to other
import shutil
shutil.copy2('source/my_file.jpg', 'copy_here/my_file_copy.jpg')