aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--csci1913/lab1/lab2_strap012.py2
1 files changed, 1 insertions, 1 deletions
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':