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