start filter based on dictionary
This commit is contained in:
parent
8f20518796
commit
950d7da6b1
@ -15,6 +15,9 @@ numbers = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6, 'seve
|
||||
|
||||
|
||||
|
||||
if numbers in advent:
|
||||
break
|
||||
|
||||
# with open(advent, 'r') as file:
|
||||
# for line in file:
|
||||
# for digit in line:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user