| 1 | initial version |
At the end I chose to do it in the following way
K=[]
for a in range(len(S)):
J=[]
J.append(a^2+a) #do what I need to do on the set J, this is a trivial example
K.append(J)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.