What are Python Modules in python language
Answer (1)
Files containing Python codes are referred to as python modulesThis code can either be classes,functions or variables and saves the programmer time by providing the predefined functionalities when needed.It is a file with .py extension containing an executable code.
Commonly used built modules are listed below:
- os
- sys
- data time
- math
- random
- JSON
Comments (0)
Related Questions
what is pep8 in python language
84 Views
What kind of language is Python?
8 Views
What type of language is Python?
11 Views




