Commands

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