typo
This commit is contained in:
parent
5cc2f218e1
commit
9df48e1be7
1 changed files with 2 additions and 2 deletions
4
div.py
4
div.py
|
@ -22,7 +22,7 @@ while True:
|
||||||
l = l[0:i]
|
l = l[0:i]
|
||||||
|
|
||||||
if not l in counts:
|
if not l in counts:
|
||||||
counts[l] = [0, 0 ]
|
counts[l] = [0, 0]
|
||||||
|
|
||||||
counts[l][0] += 1
|
counts[l][0] += 1
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ while True:
|
||||||
l = l[0:i]
|
l = l[0:i]
|
||||||
|
|
||||||
if not l in counts:
|
if not l in counts:
|
||||||
counts[l] = [0, 0 ]
|
counts[l] = [1, 0]
|
||||||
|
|
||||||
counts[l][1] += 1
|
counts[l][1] += 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue