Comment copier le contenu d'un fichier à un autre dans Python
shutil.copy('file1.txt','file1-copy.txt')
Eager Elephant
shutil.copy('file1.txt','file1-copy.txt')