Fundamentals python

12345678910111213141516171819
Across
  1. 6. NOT 4>5
  2. 7. input command takes this datatype by default
  3. 8. AND,OR,NOT
  4. 9. more than one command can be saved and executed
  5. 11. true or false
  6. 15. named memory location to store a value
  7. 16. set of instructions
  8. 17. >>>
  9. 19. (5**2)-(3+(2*10**0))
Down
  1. 1. single or compound to convey a command to compiler
  2. 2. lexical unit of program
  3. 3. value
  4. 4. combination of operators and operands with a value
  5. 5. command with reserved meaning
  6. 10. <,>,==,!=,<=,>=
  7. 12. symbol which triggers a operation
  8. 13. type of data stored
  9. 14. 4+5j
  10. 18. command to display on screen