Computer Science
Fill in the blanks:
A module can be classified as either _________ or _________.
Python Modules
3 Likes
Answer
built-in
Answer
user-defined
Answered By
1 Like
Related Questions
Fill in the blanks:
The output of the following statement: X = statistics.mean([2, 15, 16, 19] =) is _________.
Fill in the blanks:
To access a method/function from a module, we have to specify the name of the function separated by a _________ operator.
Fill in the blanks:
A module constitutes two sub-components—executable _________ as well as _________.
Fill in the blanks:
_________ function is used to get all information about module, i.e., name of all functions, variables, etc, available in that module.