I am trying to create variables in the loop, for example, x1,x2,x3....x100. how to achieve this in for loop in python?
for i in range( 10 ): A=Indexed('x',i)
1.4m articles
1.4m replys
5 comments
57.0k users