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