Q. Why is from import * statement not recommended for importing Python modules in an external program?


Answer =


Because it may lead to name clashes. If you use plain import <module_name>, no problem occur.

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post