Computer Science
What is the extension of Python library modules ?
- .mod
- .lib
- .code
- .py
Python Libraries
1 Like
Answer
.py
Reason — A Python library module has the .py extension.
Answered By
1 Like
Related Questions
In Python which is the correct method to load a module math ?
- include math
- import math
- #include
- using math
Which is the correct command to load just the tempc method from a module called usable ?
- import usable, tempc
- import tempc from usable
- from usable import tempc
- import tempc
A .py file containing constants/variables, classes, functions etc. related to a particular task and can be used in other programs is called
- module
- library
- classes
- documentation
The collection of modules and packages that together cater to a specific type of applications or requirements, is called ……………
- module
- library
- classes
- documentation