Python

1234567891011
Across
  1. 2. It allows data to be entered into a Python program.
  2. 3. A data structure, meaning values can be added and removed from it
  3. 5. When the program does an action in the computer
  4. 8. A diagram of the order of actions of people or things in a complicated system or activity.
  5. 9. A programming statement that displays information
  6. 11. A way for the program to generate a value.
Down
  1. 1. A way for the program to repeat a step
  2. 2. A data type that is often implemented as a number
  3. 4. a notation resembling a simplified programming language, used in program design
  4. 6. A value that can change, depending on the information in the program
  5. 7. A place where information leaves the system(e.g. print)
  6. 10. A data type that is often implemented as an array of words.