spacing
This commit is contained in:
parent
11b3fde3f5
commit
c682b07075
@ -33,10 +33,10 @@ def match_count(p, t):
|
||||
return count
|
||||
|
||||
def part_one(p, t):
|
||||
p1=0
|
||||
p1 = 0
|
||||
for ps in p:
|
||||
if check_matchp1(ps, t):
|
||||
p1+=1
|
||||
p1 += 1
|
||||
print("p1: ", p1)
|
||||
|
||||
def part_two(p, t):
|
||||
|
Loading…
Reference in New Issue
Block a user