What is dot notation of referring to objects inside a module?
Question :
What is dot notation of referring to objects inside a module?
After importing a module, to access one of the functions, we have to specify the name of the module and name of the function, separated by a dot. This format is called dot notation.