with open(r'day5/input.txt', 'r') as input: lines = input.read().split('\n')[:-1]