I have a number of iE: x1to variablesx10
Now I would like to get the contents of each of them.
Is it possible to combine a variable like xi? Or should I just use lists?
The kind of syntax lost here, I believe! Something like what I'm thinking of:
while i <= 10:
print(test+i)
source
share