z.B. Originalliste:
Code: Select all
list1 = [x,y,z,a,b,c,d,e,f,g]
Code: Select all
list1a = [x,y,z,a,b]
Code: Select all
list1b = [c,d,e,f,g]
Auch müssen in eine variable Anzahl von Unterlisten aufgeteilt werden, d. h.:
Code: Select all
list1a
list1b
.
.
list1[x]