We can either import the entire module, so import utils and then access individual functions so we can call utils .find max or we can explicitly import this function from the utils module. It doesn't really make a difference.
我们可以导入整个模块,导入 utils 然后访问各个函数,这样我们就可以调用 utils .find max 或者我们可以从 utils 模块显式导入这个函数。这并没有什么区别。