我是Python的新手,任何人都可以让我知道如何在python脚本中执行以下两个导入,然后是另一行,而我在每个循环中都会变更?(以下三行位于"for"循环中,其计数器为"i")
import Test_include_i from Test_include_i import* model = Test_include_i.aDefinedFunction
非常感谢你 :)
python
python ×1