Coding Mathematics Crossword

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