Across
- 1. contains values enclosed in [] separated by comma
- 3. A file containing a set of functions and classes
- 8. end the current iteration of a loop
- 9. makes code in one module available in another
- 11. represents logical AND operator
- 12. loop that executes till the condition is true
- 13. character that precedes an indented block of code
- 14. statement that does nothing in Python
- 16. if statement executes when the condition is _____
Down
- 2. function that gives current position of file pointer
- 4. an instance of a class
- 5. constructor method of a class
- 6. instruction for forceful loop terminator
- 7. data type of True
- 9. function that gives address of the python object
- 10. A collection of related modules
- 15. class name for all string objects