how to copy a file to a in python code example Example: python copy file from shutil import copyfile copyfile(src, dst)