Across
- 2. A keyword that tells a function or subprogram what value to send back.
- 5. A variable declared outside of a function, that can be used anywhere in the program.
- 7. A loop with the count variable built in.
- 10. Information sent to the function.
Down
- 1. A variable that holds many pieces of data at the same time.
- 3. A collection of commands that are given a name.
- 4. Data stored in an array.
- 6. A command used to mix and create colors in Python using Red, Green, and Blue.
- 8. The amount of time it takes for bits to travel from sender to receiver.
- 9. A command that creates a function or subprogram.
