From 9df48e1be73e8c7d072328d1179eb4ea66f66ae2 Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Mon, 1 Apr 2024 21:43:57 +0200 Subject: [PATCH] typo --- div.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/div.py b/div.py index 71c8fc1..cb28662 100755 --- a/div.py +++ b/div.py @@ -22,7 +22,7 @@ while True: l = l[0:i] if not l in counts: - counts[l] = [0, 0 ] + counts[l] = [0, 0] counts[l][0] += 1 @@ -36,7 +36,7 @@ while True: l = l[0:i] if not l in counts: - counts[l] = [0, 0 ] + counts[l] = [1, 0] counts[l][1] += 1