this is not an f-string anymore
This commit is contained in:
parent
aa07b45ba7
commit
f9a0472f85
@ -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))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user