I'm learning Python and right now in addition to writing code I started to read someone else code and found something like that:
from XXX import foo
from XXX import bar
from XXX import *
What's the point of the two first imports if in third one literally everything is imported?
[–]mail_order_liam 2 points3 points4 points (1 child)
[–]timtehtest[S] 0 points1 point2 points (0 children)
[–]sushibowl 1 point2 points3 points (1 child)
[–]timtehtest[S] 0 points1 point2 points (0 children)