mirror of
https://bitbucket.org/Mattrixwv/projecteulerpython.git
synced 2025-12-06 17:43:58 -05:00
Added newlines for aesthetics
This commit is contained in:
@@ -153,7 +153,7 @@ class ProblemSelection:
|
||||
problem.solve()
|
||||
#Print the results
|
||||
print(problem.getResult())
|
||||
print("It took " + problem.getTime() + " to solve this algorithm")
|
||||
print("It took " + problem.getTime() + " to solve this algorithm\n\n")
|
||||
|
||||
#Get a valid problem number from a user
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user