3 lines
100 B
Text
3 lines
100 B
Text
|
|
V file_contents = File(‘input.txt’).read()
|
|||
|
|
File(‘output.txt’, ‘w’).write(file_contents)
|