Fun Crosswords on Basic Python Concepts Part 3 - itvoyagers.in

12345678910
Across
  1. 3. It is editable single line widget.
  2. 4. This exception is raised when keyis not found in a dictionary
  3. 8. This error occurs if someone fails to maintain correct structure of code
  4. 9. It is used to fetch all rows from query result.
  5. 10. This method is used to show Current Working Directory.
Down
  1. 1. It is editable multi-line widget.
  2. 2. This widget can be used to select many options at same time.
  3. 5. This option controls how to draw the 3D border in python GUI.
  4. 6. This method is used to list all directory names present in current working directory
  5. 7. This option is used for external padding in vertical direction.