Colin
Results
3
issues of
Colin
Refactored to use slicing and sum() for even/odd indices, making the code shorter, clearer, and matching the problem statement.
Optimisation refractoring, added .lower for potentiel capital letters
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...