diff --git a/ProblemSelection.py b/ProblemSelection.py index 0a59764..721a213 100644 --- a/ProblemSelection.py +++ b/ProblemSelection.py @@ -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