V file_contents = File(‘input.txt’).read() File(‘output.txt’, ‘w’).write(file_contents)