STEP 14: When you want to stop adding commands inside the loop, you simply stop indenting them.

  • Click on . Drag out Say. Drop it underneath and OUTSIDE the last line of your loop.
  • Assign .say() to wilbur by changing the variable name in front from sprite to wilbur.
  • Change the string argument in .say() to "Thanks for helping!"
  • This command should be the last line of your program and should not be indented at all.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE