Python Module MCQs

Question 11: Which attribute returns the name of the module in Python?

Question 12: Value of __name__ attribute of a module may be equal to 'main' if ___________.

Question 13: Which of the following is not a built-in exception in Python?

Question 14: Which tool is used to install packages from PyPI into your Python program?

Question 15: What is the command to install a package using PIP?