Python Pythonでファイルをコピーする hawk 2021-01-18 / 2021-03-07 サンプルコード from shutil import copyfile copyfile(src_path, dst_path)