Commands

12345678910
Across
  1. 2. Loop Used to iterate over a sequence (such as a list, string, or range) for a specific number of times
  2. 3. used to define a reusable block of code that performs a specific
  3. 5. loop used to iterate over a sequence
  4. 6. Used to store multiple values in a single variable.
  5. 8. Used in a function to specify the value that should be returned to the caller.
  6. 10. used to store and manipulate data.
Down
  1. 1. used to display output or information on the screen
  2. 4. used to accept user input users input keyboard or other input device
  3. 7. used for conditional branching in the program
  4. 9. loop used to repeatedly execute a block of code as long as a given condition is true