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