RosettaCodeData/Task/File-input-output/Python/file-input-output-1.py

3 lines
57 B
Python

import shutil
shutil.copyfile('input.txt', 'output.txt')