Commands

12345678910
Across
  1. 2. Used to repeatedly execute a block of code as long as a given condition is true.
  2. 3. Used to store key-value pairs.
  3. 5. Used to display output or information on the scre
  4. 8. Used to store multiple values in a single variable.
  5. 9. Used to iterate over a sequence
  6. 10. Used to store and manipulate data.
Down
  1. 1. Used to define a reusable block of code that performs a specific task.
  2. 4. Used to accept user input from the keyboard or other input devices.
  3. 6. Used for conditional branching in the program.
  4. 7. Used in a function to specify the value that should be returned to the caller.