Made all programs similar

This commit is contained in:
2021-07-03 22:34:16 -04:00
parent 0165ba6052
commit d18b3fa9f6

View File

@@ -259,7 +259,7 @@ class Problem13(Problem):
#Reset the problem so it can be run again
def reset(self):
super().reset()
sum = 0
self.sum = 0
#Gets
#Returns the result of solving the problem