Computer Science
Fill in the blanks:
A _________ refers to a collection of modules that together cater to specific type of needs or applications.
Python Libraries
3 Likes
Answer
library
Answered By
3 Likes
Related Questions
Which of the following is not a function/method of the random module in Python ?
- randfloat()
- randint()
- random()
- randrange()
Fill in the blanks:
The file _________ must be the part of the folder holding library files and other definitions in order to be treated as importable package.
Fill in the blanks:
A Python _________ is a file (.py file) containing variables, class definitions, statements and functions related to a particular task.
Fill in the blanks:
The uniform() function is the part of _________ module.