CBSE Class 11 Computer Science Question 16 of 63

Introduction to Python Modules — Question 8

Back to all questions
8
Question

Question 8

To access a method/function from a module, we have to specify the name of the function separated by a dot(.) operator.

Answer