Removed unneccessary code
This commit is contained in:
@@ -54,7 +54,6 @@ class Problem1(Problem):
|
||||
self.fullSum += num
|
||||
elif((num % 5) == 0):
|
||||
self.fullSum += num
|
||||
num += 1
|
||||
|
||||
#Stop the timer
|
||||
self.timer.stop()
|
||||
|
||||
Reference in New Issue
Block a user