Day 6 (cleanup #2)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
lines = (set([c for c in x.strip()]) for x in open("input.txt"))
|
lines = (set(x.strip()) for x in open("input.txt"))
|
||||||
|
|
||||||
current = set()
|
current = set()
|
||||||
count = 0
|
count = 0
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
lines = (set([c for c in x.strip()]) for x in open("input.txt"))
|
lines = (set(x.strip()) for x in open("input.txt"))
|
||||||
|
|
||||||
current = set()
|
current = set()
|
||||||
count = 0
|
count = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user