Python Vocabulary

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