Re: [Tutor] Using the set.difference method with an unknown number of input iterables

2012-10-18 Thread Ryan Waples
cheers, much appreciated -ryan On Thu, Oct 18, 2012 at 10:52 PM, Emile van Sebille wrote: > On 10/18/2012 10:38 AM, Ryan Waples wrote:> I'm struggling to understand > how to understand/accomplish the following: > > > > > I have an set ("a" below) and a list of sets ("not_a"), how can I pass > >

Re: [Tutor] Using the set.difference method with an unknown number of input iterables

2012-10-18 Thread Emile van Sebille
On 10/18/2012 10:38 AM, Ryan Waples wrote:> I'm struggling to understand how to understand/accomplish the following: > > I have an set ("a" below) and a list of sets ("not_a"), how can I pass > the elements of "not_a" to set.difference() so that it it understands I > want the difference between s