with open("input.txt","r") as f: input = f.read().split('\n') part1 = 0 part2 = 0 print(part1, part2)