DEMO: A loop lets us repeat a set of commands without having to type them over and over.

A for loop lets us set a range. The range is the number of times that the set of commands will repeat.

  • Scroll over the code on the stage to see the different parts of a for loop.
  • When you're finished click Submit and Next to continue.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE