Day 6 (cleanup)
This commit is contained in:
@@ -10,8 +10,7 @@ for line in lines:
|
||||
count += len(current)
|
||||
current = set()
|
||||
restart = True
|
||||
continue
|
||||
if restart:
|
||||
elif restart:
|
||||
current = line
|
||||
restart = False
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user