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