mirror of
https://bitbucket.org/Mattrixwv/projecteulerpython.git
synced 2026-02-03 19:52:28 -05:00
Removed unneccessary code
This commit is contained in:
@@ -54,7 +54,6 @@ class Problem1(Problem):
|
|||||||
self.fullSum += num
|
self.fullSum += num
|
||||||
elif((num % 5) == 0):
|
elif((num % 5) == 0):
|
||||||
self.fullSum += num
|
self.fullSum += num
|
||||||
num += 1
|
|
||||||
|
|
||||||
#Stop the timer
|
#Stop the timer
|
||||||
self.timer.stop()
|
self.timer.stop()
|
||||||
|
|||||||
Reference in New Issue
Block a user