Q. Why should the from <module> import <object> statement be avoided to import objects?
Answer =
Because it may lead to name clashes. If you use plain import <module>, no problem occur.
Answer =
Because it may lead to name clashes. If you use plain import <module>, no problem occur.
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )