Math cross word
Across
- 2. A loop used when the number of iterations is known.
- 3. Structure used to repeat a block of code.
- 6. Rate of change in calculus.
- 8. Python data type used to store multiple items inone variable.
- 9. Data type used to store whole numbers.
- 11. Takes input from the user during program execution
Down
- 1. A value that does not change during program execution
- 4. Function used to display output in Python.
- 5. Python keyword used to define a function
- 7. Checks multiple conditions after IF
- 9. Command used to import a module
- 10. A Python module used to perform algebra,calculus, and symbolic computation.
- 11. A statement used for decision making in Python