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