I'm totally new with Python,can anyone please let me know how I can do the following two imports in a python script followed by the other line WHILE i IS BEING CHANGED IN EACH LOOP? (The following three lines are in a "for" loop whose counter is "i")
import Test_include_i
from Test_include_i import*
model = Test_include_i.aDefinedFunction
Thank you very much :)