Fun Crossword Puzzle On Python Programming Part 3

12345678910
Across
  1. 3. Which widget option used to size the canvas in the Y dimension.
  2. 5. Which function is used to close a file in python?
  3. 8. To draw things in the canvas which method is used to add new items?
  4. 9. Which clause is executed when try block does not raise any exception?
  5. 10. Which clause is also known as termination or clean up clause?
Down
  1. 1. Which method is used to change directory name?
  2. 2. Which widget is used to select more number of options to a user?
  3. 4. Which option controls how to draw 3d borders?
  4. 6. What allows us to add dimensions to left and right outside the widget?
  5. 7. Which function is used to read single line from file?