shutil copy does not copy file content code example Example: python copy file from shutil import copyfile copyfile(src, dst)