with open('input.txt', 'r') as file: raw_input = file.read() print(raw_input)