3 lines
101 B
Python
3 lines
101 B
Python
def printSolution(day, part, solution):
|
|
print(f"Solution to day {day}, part {part}: {solution}")
|