@ -1,4 +1,4 @@
lines = [i for i in open("input.txt", 'r').read().splitlines()]
lines = open("input.txt", 'r').read().splitlines()
elves = []
summa = 0
sum = 0
sum2 = 0
letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
words = ["zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine"]