python-workout
python-workout copied to clipboard
Update e02b4_sum_intable.py
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.