From 6c38e0ac3622e452e953a1f1eda62fdf62b7ce2b Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Mon, 23 Sep 2019 14:47:27 -0500 Subject: Fix an oopsie --- csci1913/lab1/lab2_strap012.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csci1913/lab1') diff --git a/csci1913/lab1/lab2_strap012.py b/csci1913/lab1/lab2_strap012.py index 1ff1a28..7fc6ff3 100644 --- a/csci1913/lab1/lab2_strap012.py +++ b/csci1913/lab1/lab2_strap012.py @@ -24,7 +24,7 @@ class Zillion: newList=self.List newList[len(self.List)-1] += 1 if newList[len(self.List)-1]>=10: - + return None def isZero(self): for p in range (0,len(self.List)-1): if self.List[p] is not 0 or not '0': -- cgit v1.2.3