So kopieren Sie Inhalte einer Datei in Python in eine andere
shutil.copy('file1.txt','file1-copy.txt')
Eager Elephant
shutil.copy('file1.txt','file1-copy.txt')