From ed85338bf2866213274c3026b1cc19b27cbd364b Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Mon, 26 Oct 2020 14:44:11 -0400 Subject: [PATCH] Added newlines for aesthetics --- ProblemSelection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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