this is not an f-string anymore

This commit is contained in:
Stefan Harmuth 2020-12-08 06:24:27 +01:00
parent aa07b45ba7
commit f9a0472f85

View File

@ -2,4 +2,4 @@ def printSolution(day, part, solution, test=False):
if test:
print("(TEST) ", end="")
print(f"Solution to day %s, part %s: %s" % (day, part, solution))
print("Solution to day %s, part %s: %s" % (day, part, solution))