Added newlines for aesthetics

This commit is contained in:
2020-10-26 14:44:11 -04:00
parent 6db66f7d06
commit ed85338bf2

View File

@@ -153,7 +153,7 @@ class ProblemSelection:
problem.solve() problem.solve()
#Print the results #Print the results
print(problem.getResult()) 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 #Get a valid problem number from a user
@staticmethod @staticmethod