STEP 12: Oops! Our loop is only decoding the first letter. Let's make a slight change to decode the entire message.

  • Find your ord("K") command. Replace the "K" with the variable letter.
  • Click Run and see the decoded message!

# THIS ACTIVITY IS IN PREVIEW ONLY MODE