Which of the following is false about “from-import” form of import?

Which of the following is false about “from-import” form of import? Correct Answer This form of import prevents name clash

In the “from-import” form of import, there may be name clashes because names of the imported identifiers aren’t specified along with the module name.

Related Questions

Which of the following is false about “import modulename” form of import?
Which of the following is false about "from-import" form of import?
Which of the following is false about "import modulename" form of import?