Learn String Manipulation by Building a Cipher - Step 12

Tell us what’s happening:

h1 why it wrong
please help me detect my mistake

Your code so far


# User Editable Region

my_var='abcdefghjklmnopqrstuvwxyz'


# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 12

Check the name of your variable, cause my_var is not the name you’re supposed to use. In addition, your string is missing a letter.

Hey @Bro-Learn-Code

  • You missed a letter
  • Happy Coding :smiley:

Please try no to repeat what’s already been pointed out. Try to comment only when you have something relevant to add, thanks!