|
|
|
|
|
by zrobotics
2575 days ago
|
|
But isn't something like from tk import *
essentially equivalent to my C++ example? They're bad practices in both languages. Thankfully python examples seem to be better in this regard, since I don't recall seeing wildcard imports in any of the tutorials or references I've used. |
|
On the other hand, import * is nice to have in a repl.