Changes from CAT session

This commit is contained in:
2026-04-09 14:15:45 -04:00
parent 6949336bbe
commit a30e9b2556
9 changed files with 23 additions and 0 deletions

View File

@@ -41,3 +41,5 @@ def test_sum_cards():
]
assert sum_cards_iter(cards) == 21
assert sum_cards_recursive(cards) == 21
test_sum_cards()