Only print it once

This commit is contained in:
2025-12-04 11:26:58 -04:00
parent 7075b217c3
commit d8f80c1738

View File

@@ -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)