ISE-1

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