STEP 11: We've encrypted each letter, so we can add it to our encrypted message!

  • From , drag out Add Value so that it is under the print(). Indent it three times!
  • Change my_var to new_message and replace the 1 with shift_letter.

As we loop through the message, we encrypt each letter. Then, we add each encrypted letter to the message to create the fully encrypted message.

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)