Python–Maths Crossword Puzzle

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