STEP 7: Now, all we have to do is convert that number into the original letter.

The chr() command finds the symbol associated with the number argument inside the parentheses.

  • In , drag out Number into Symbol.
  • Change the argument inside chr() from 97 to my_var.

Remember, my_var is storing a number: K's number - 4!

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)