My Advent of Code solutions in Python. kevinyap.ca/2019/12/going-fast-in-advent-of-code/
advent-of-code python
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update day05.py

+2
+2
2016/day05.py
··· 3 3 4 4 door_id = fileinput.input()[0].strip() 5 5 6 + print "Using door ID: %s" % door_id 7 + 6 8 old_password = '' 7 9 new_password = [None for _ in range(8)] 8 10