What are Python modules? Name a few Python built-in modules that are often used.
Answer Posted / glibwaresoftsolutions
Files containing Python code are called modules. This code can make use of variables, classes, or functions. A.py file containing executable code is called a Python module. The frequently utilized built-in modules are as follows:
JSON data time
Random Math System OS
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about zip() in python?
Can you name ten built-in functions in python and explain each in brief?
Where is python used in real world?
Explain about odbc and python?
What is abc abstractmethod?
Explain the use of ternary operator in python?
Tell me what is the difference between list and tuple?
What is multithreading? Give an example?
How do you sort in python 3?
How you can convert a number to a string?
Can we use else with for loop in python?
What is raise keyword do in python exception handling?
Why is python so slow?
Is it worth to learn python in 2019?
Does python has private keyword in python ? How to make any variable private in python ?