3 lines
57 B
Python
3 lines
57 B
Python
|
|
import shutil
|
||
|
|
shutil.copyfile('input.txt', 'output.txt')
|