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)
2.1m questions
2.1m answers
60 comments
57.0k users