Commands

12345678910
Across
  1. 3. used to define a function.
  2. 4. a data structure that stores an ordered sequence of elements.
  3. 6. displays information on the console.
  4. 7. loop used to iterate over a sequence.
  5. 9. used to return a value from a function
  6. 10. used for decision-making in code.
Down
  1. 1. prompts the user to enter information
  2. 2. loop: used to repeat a block of code while a condition is true.
  3. 3. a data structure that stores key-value pairs.
  4. 5. Here are the basic programming commands in English:
  5. 8. used to store values in code.