why should the from <module> import <object> statement be avoided to import objects?
Answers
Answered by
0
Exaplnation :- this is because it is difficult to determine what items used in the code are coming from 'module' making it easy to get to the point where you think you don't use the import any more but it's extremely difficult to be sure.
Similar questions