Computer Science
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.
Python Modules
2 Likes
Answer
dot(.)
Answered By
2 Likes
Related Questions
Fill in the blanks:
_________ function returns a set of data values that appear most often in a data set.
Fill in the blanks:
The output of the following statement: X = statistics.mean([2, 15, 16, 19] =) is _________.
Fill in the blanks:
A module can be classified as either _________ or _________.
Fill in the blanks:
A module constitutes two sub-components—executable _________ as well as _________.