Tell us what’s happening:
I haven’t started yet as I am mainly confused by what the third part is supposed to mean in the instructions? the “sum 2-char digits” part? I don’t really understand how the 10 drops down to a 1, how the 18 drops down to a 9 and how a 16 drops to a 7.
Your code so far
def verify_card_number(digits):
pass
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.0.0
Challenge Information:
Implement the Luhn Algorithm - Implement the Luhn Algorithm