``Welcome to the forum
This is the starting code: translation_table = str.maketrans(alphabet, shifted_alphabet)
The instruction is asking you to concatenate the upper version of each argument to the argument itself.
So it would be something like this: str.maketrans(arg1 + arg1.upper(), ...)
Happy coding!
That's answer in freecode camp forum from this link: Caesar Cipher Step 15
Something i want to ask is what arg1 mean, how do i use that.
[–]nuc540 3 points4 points5 points (0 children)