import os with open(r'advent_of_code\2022\day_25\input.txt', 'r') as file: input = file.read() print(input)