What Are The Core Default Modules Available In Python? List Down A Few Of Them.
Answer:
Following are a few of the default modules available in Python.
- email – Help to parse, handle, and generate email messages.
- string – Contains functions to process standard Python strings.
- sqlite3 – Provides methods to work with the SQLite database.
- XML – Enables XML support.
- logging – Adds support for log classes and methods.
- traceback – Allows to extract and print stack trace details.