What are python modules? Name some commonly used built-in modules in Python?
Answer:
Python modules are files containing Python code. This code can either be function classes or variables. A Python module is a .py file containing executable code.
Some of the commonly used built-in modules are:
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Answer:
Python modules are files containing Python code. This code can either be function classes or variables. A Python module is a .py file containing executable code.
Some of the commonly used built-in modules are:
- os
- sys
- math
- random
- data time
- JSON
need an explanation for this answer? contact us directly to get an explanation for this answer