python-workout icon indicating copy to clipboard operation
python-workout copied to clipboard

Update e02b4_sum_intable.py

Open CKr0nzz opened this issue 6 months ago • 0 comments

Replaced the two-function setup with one clear function (sum_ignore) that directly converts and sums int-compatible values.

It now handles both ValueError and TypeError, and avoids using sum as a variable name to prevent conflicts with the built-in function.

CKr0nzz avatar Jul 10 '25 02:07 CKr0nzz