From 0dc0633e0c23cd61192d173973ceb2a5dd3ca421 Mon Sep 17 00:00:00 2001 From: marked Date: Thu, 25 Oct 2018 16:37:25 -0500 Subject: [PATCH] Update cartalk1.py --- code/cartalk1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/cartalk1.py b/code/cartalk1.py index 69e6094..2d1e4d2 100644 --- a/code/cartalk1.py +++ b/code/cartalk1.py @@ -28,8 +28,8 @@ def is_triple_double(word): return True i = i + 2 else: + i = i + 1 - 2*count count = 0 - i = i + 1 return False