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

1 Like

Answer

dot(.)

Answered By

3 Likes


Related Questions