If I understood this, isn't var(['a'+str(i) for i in range(1,4)])
what is wanted? It will make a1, a2 and a3 to variables. -- Jori Mäntysalo
If I understood this, isn't var(['a'+str(i) for i in range(1,4)])
what is wanted? It will make a1, a2 and a3 to variables. -- Jori Mäntysalo