WARNING: This program has a bug, which means we need to fix it! Logic error!

RULE: Programs run in order from top to bottom! The stage.wait() command pause the whole stage.

  • Click Run and look at the stage.
  • Most of the .say() commands are being skipped over because there is no pause between them.
  • Fix the program so that hedgey waits 3 seconds between saying each fun fact about hedgehogs.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE