Tell us what’s happening:
In Step 17, the task is:
Within the verify_card_number function, create a variable odd_digits that contains every other digit of the card_number_reversed string.
I think the text has a typo. It should be:
“…contains every other odd digit…”
Is there a form or somewhere I can inform the team about this?
Thank you!
Challenge Information:
Learn How to Work with Numbers and Strings by Implementing the Luhn Algorithm - Step 17