Coded-communication error

Welcome to the Get Help category!
Hello everyone, Please I need some help with the off platform python coding correspondence. In step 1 this is the instruction given:


Here is my code:
Capture
It looks the same as the solution code but its not working.
Solution:
Capture
This is the result of my code:klm oklrl! okxy xy de lhdjkll op d tdlydr txkklr. ilrl mop dsll oo zltozl xo? x kokl yo! ylez jl d jlyydkl sdtq ixok okl ydjl oppylo!
This is the result of the solution code:hey there! this is an example of a caesar cipher. were you able to decode it? i hope so! send me a message back with the same offset!
This is where you can ask questions about your code. Some important things to remember when posting in this category :slight_smile:

  • Learn how to ask a good question and get a good answer!
  • Remember to include a link to the exercise you need help with!
  • If someone answers your question, please mark their response as a solution :white_check_mark:
  • Once you understand a new concept, come back and try to help someone else!

The solution code is looking for the position of the character within the alphabet string.

Your code is looking for the the position of the character within the message string.

Hence, the difference in the results.

Wow how did I not see that! Okay thanks for your help. :slight_smile: