CopyFile Pyhon
from shutil import copyfile
copyfile(src, dst)
Better Bug
from shutil import copyfile
copyfile(src, dst)