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 inside the parentheses.

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

# THIS ACTIVITY IS IN PREVIEW ONLY MODE