Computer Science
Fill in the blanks:
A Python _________ is a file (.py file) containing variables, class definitions, statements and functions related to a particular task.
Python Libraries
1 Like
Answer
module
Answered By
3 Likes
Related Questions
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 _________ refers to a collection of modules that together cater to specific type of needs or applications.
Fill in the blanks:
The uniform() function is the part of _________ module.
Fill in the blanks:
The capwords() function is the part of _________ module.