STEP 10: Now let's get the length of the original word.

  • Go to and drag out Length. Change the name of the variable to word_length.
  • Change the variable parameter in len() to word.
  • Go to and drag out Wait. Drop it at the bottom of your program inside the for loop.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE