Como copiar o conteúdo de um arquivo para outro em Python

shutil.copy('file1.txt','file1-copy.txt')
Eager Elephant