0 of 10 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 10 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Which of the following is not an advantage of using modules?
______ is a string literal denoted by triple quotes for providing the specifications of certain program elements.
![]()
A Python module is a file with the _____ file extension that contains valid Python code.
To use a module in another module, you must import it using an ________.
Suppose a function called add() is defined in a module called adder.py. Which of the following code snippets correctly show how to import and use the add() function? Select all that apply.
A package is a folder containing one or more Python modules. One of the modules in a package must be called _______.
Which of the following is not standard built -in module in python ?
How to append required path in sys path?
To get pi value which module is used
