Python Crossword Puzzle-I

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