Solve 2020 day 5
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
from lib import get_data, Grid2D
|
||||
from lib import get_data
|
||||
|
||||
required = [
|
||||
required = [
|
||||
"byr",
|
||||
"iyr",
|
||||
"eyr",
|
||||
"hgt",
|
||||
"hcl",
|
||||
"ecl",
|
||||
"pid",]
|
||||
"pid",
|
||||
]
|
||||
|
||||
|
||||
# hgt (Height) - a number followed by either cm or in:
|
||||
#
|
||||
#
|
||||
# If cm, the number must be at least 150 and at most 193.
|
||||
# If in, the number must be at least 59 and at most 76.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user