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 raw_input in python 3?
What is a python template engine?
Is java or python more useful?
What is numpy shape?
What is negative index in Python?
What is super () in react?
How would you display a file’s contents in reversed order?
How do you include a module in your python file?
How would you randomize the contents of a list in-place?
Is compiled python faster?
Making a flat list out of list of lists in python?
What is uuid used for?
How do you use n in python?
How do I list all files of a directory?
Explain me what is the common way for the flask script to work?