You’ve hard-coded your answer.
What if the shift variable changes?
Also, you should modify the line:
shifted_alphabet =
Don’t add a new new line and definitely don’t create a new variable if you are not asked to.
You’ve hard-coded your answer.
What if the shift variable changes?
Also, you should modify the line:
shifted_alphabet =
Don’t add a new new line and definitely don’t create a new variable if you are not asked to.