how to copy and paste files using system module code example Example: copyfile pyhon from shutil import copyfile copyfile(src, dst)