From d8f80c1738eabab2f85cd4301c1532ba00c4cac3 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 4 Dec 2025 11:26:58 -0400 Subject: [PATCH] Only print it once --- 2025/04/solution.py | 1 - 1 file changed, 1 deletion(-) diff --git a/2025/04/solution.py b/2025/04/solution.py index 89e2e90..aa5a3a8 100644 --- a/2025/04/solution.py +++ b/2025/04/solution.py @@ -68,5 +68,4 @@ table_two = padded_table.copy() while prev != count_two: prev = count_two count_two, table_two = remove_rolls(count_two, table_two) - print(count_two) print(count_two) \ No newline at end of file