How do I copy a file in Python code example Example: copy files python from shutil import copyfile copyfile(src, dst)