Questions
As we conclude, here is a list of questions for you to test your knowledge regarding this chapter’s material. You will find the answers in the Assessments section of the Appendix:
- What data structure in Python allows us to associate values with keys?
- How can we debug variables in Python development environments?
- What is the Python class from which all exceptions inherit?
- Which method returns an alphabetically sorted list containing all entities’ names that are available in a specific module?
- Which class does Python provide from the
optparse
module for managing command-line arguments?