I was looking at Discord help and realized that a recent PR I authored instructs the reader to check if credit card numbers are valid. However, the tests check a variety of numbers, not just credit card numbers. I’m not sure how I missed that, but in any case, this appears to be my fault. Apologies.
Here’s the proposed fix. Change L3 from
Determine whether a credit card number is valid according to the [Luhn formula][luhn].
to
Determine whether a number is valid according to the [Luhn formula][luhn].
So the discord help thread about the luhn exercise is here (OP claims that instructions are misleading. Maybe they are not clear enough, but they don’t look misleading to me)
I updated the instructions in order to address that issue too. Let me know what you think.