Looping Through Group Children (3.2.3) and Lists (3.3.2)

1234567891011
Across
  1. 2. collection of shapes which are treated as a single shape
  2. 3. indented code following a for or while loop statement
  3. 5. every time we run a loop's body
  4. 8. run the same piece of code repeatedly
  5. 9. Loops cannot be used in a function.
  6. 10. keeps running until its conditional statement becomes False
Down
  1. 1. logical statement that can evaluate to either True or False
  2. 4. stores multiple values
  3. 6. an individual value in a list
  4. 7. run a set number of times with a given start value, end value, and step value.
  5. 11. a value's position in a list