mirror of
https://bitbucket.org/Mattrixwv/projecteulerpython.git
synced 2026-02-03 19:52:28 -05:00
Made all programs similar
This commit is contained in:
@@ -259,7 +259,7 @@ class Problem13(Problem):
|
|||||||
#Reset the problem so it can be run again
|
#Reset the problem so it can be run again
|
||||||
def reset(self):
|
def reset(self):
|
||||||
super().reset()
|
super().reset()
|
||||||
sum = 0
|
self.sum = 0
|
||||||
|
|
||||||
#Gets
|
#Gets
|
||||||
#Returns the result of solving the problem
|
#Returns the result of solving the problem
|
||||||
|
|||||||
Reference in New Issue
Block a user