Mathematics Crossword Puzzle

1234567891011
Across
  1. 1. Data type used to store whole numbers.
  2. 3. A value that does not change during program execution.
  3. 5. Python keyword used to define a function
  4. 8. Rate of change in calculus.
  5. 10. Structure used to repeat a block of code.
  6. 11. Function used to display output in Python.
Down
  1. 2. Operation representing repeated multiplication.
  2. 4. A Python module used to perform algebra, calculus, and symbolic computation.
  3. 6. A loop used when the number of iterations is known.
  4. 7. Value returned by a function.
  5. 9. A statement used for decision making in Python
  6. 10. Python data type used to store multiple items in one variable.