Create a variable called translated_card_number and assign it the result of calling the translate method on card_number with card_translation as an argument.
Your code is calling the translate method on translated_card_number not card_number.
The traceback is indicating a syntax error on line 6.
the way you are saying to call the translate on the translated_card_number that is only where i am getting stuck i am unable to understand where can i put this step.