Hi
I was wondering if there is any way to created a series of lists in a for-loop so that the first list created is named NAME0 or name_0 or indexed in some way. What I have right now is
for j in range(int(L)):
popsizelocus_j=[]
however, this is not working as far as I can tell. Any help would be greatly appreciated!
Elise