I have 10 lists and want to perform same process on all of them and like to have unique name of all variables. Here is what I have:
for i in xrange(1,11,1):
m + str(i) = np.array(m + str(i)).astype(np.float)
It throws syntax error:
Can't assign to operator(mean.py,line30)
x) and indexed expressions (x[1]for lists,x['foo']for dicts).m1,m2.....m.