Across
- 2. Reserved words in Python that cannot be used as identifiers.
- 3. A step-by-step method to solve a problem
- 4. General category describing number, text, boolean in Python. (
- 8. Person who created Python
- 9. Special symbol in Python to write notes ignored by the interpreter
- 10. Symbols like +, -, *, / used in expressions
Down
- 1. A named memory location used to store data.
- 5. Rough, human-readable way of writing program logic before code
- 6. Visual representation of logic using symbols.
- 7. Combination of operators and operands that produce a value
