What are Python modules? Name a few Python built-in modules that are often used.
Answer Posted / nashiinformaticssolutions
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
What is docstring? How to define it?
Will python support object oriented?
What are the generators in python?
What is zip () in python?
Difference between pass and continue in python?
Executing dml commands through python programs?
Does every class need a constructor?
If given the first and last names of bunch of employees how would you store it and what datatype?
Can we use Python in HTML?
How can you sort a list in reverse order in python?
What is argument in a function?
Which of the following statements create a dictionary? (Multiple correct answers possible)
What does isalpha do in python?
Does python interact with database?
What does __ init __ py do in python?