Fixing TD2

This commit is contained in:
2023-10-10 20:37:53 +02:00
parent 23c356e58d
commit 2b48bba949
2 changed files with 1 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ solution = calculate_change_combinations(L, A)
with open("sol_4-6.txt", "w") as f:
f.write(str(solution))
f.write("\n")
total_time_3 = time.perf_counter() - start