Re: [Tutor] Creating lists with definite (n) items without repetitions

2015-09-06 Thread Marc Tompkins
On Fri, Sep 4, 2015 at 7:28 AM, marcus lütolf wrote: > I should probably tell you the real task are a series (maximum ~ 301) > lists in which real names of people are assigned to the items/letters for > 2 people(golfers) can be in the same list(flight) only once for an > extended period of tim

Re: [Tutor] Creating lists with definite (n) items without repetitions

2015-09-06 Thread Steven D'Aprano
Hello Marcus, On Fri, Sep 04, 2015 at 04:28:10PM +0200, marcus lütolf wrote: [...] > I should probably tell you the real task are a series (maximum ~ 301) > lists in which real names of people are assigned to the items/letters > for 2 people(golfers) can be in the same list(flight) only once fo