Math cross word

1234567891011
Across
  1. 2. A loop used when the number of iterations is known.
  2. 3. Structure used to repeat a block of code.
  3. 6. Rate of change in calculus.
  4. 8. Python data type used to store multiple items inone variable.
  5. 9. Data type used to store whole numbers.
  6. 11. Takes input from the user during program execution
Down
  1. 1. A value that does not change during program execution
  2. 4. Function used to display output in Python.
  3. 5. Python keyword used to define a function
  4. 7. Checks multiple conditions after IF
  5. 9. Command used to import a module
  6. 10. A Python module used to perform algebra,calculus, and symbolic computation.
  7. 11. A statement used for decision making in Python