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
Which ide is best for python on windows?
Is python open source? If so, why it is called so?
Why super is used in python?
How will you get a 10 digit zero-padded number from an original number?
What are some good python projects?
What are the different types of operators in python?
Is multithreading possible in python?
What is decorator in python?
Explain about cookies in python?
How do you debug a program in python? Is it possible to step through python code?
What is the statement that can be used in Python if a statement is required syntactically but the program requires no action?
How will you get the length of the string?
What is import in python?
How do you avoid cyclic imports without resorting to imports in functions?
Whats the difference between input() and raw_input()?