Python Programming - Exception Handling - Discussion

Discussion Forum : Exception Handling - General Questions (Q.No. 36)
36.
Which of the following is a built-in exception in Python for handling errors related to importing modules that do not exist?
ImportError
ModuleNotFoundError
NoSuchModuleError
ModuleImportError
Answer: Option
Explanation:
ModuleNotFoundError is raised when attempting to import a module that does not exist.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.