Re: [Tutor] Question about equality of sets

2014-04-06 Thread spir
On 04/05/2014 07:46 PM, Jim Byrnes wrote: Ubuntu 12.04 python 3.3 I was working through an exercise about sets. I needed to find the duplicates in a list and put them in a set. I figured the solution had to do with sets not supporting duplicates. I finally figured it out but along the way I wa

Re: [Tutor] Question about equality of sets

2014-04-05 Thread Jim Byrnes
On 04/05/2014 01:15 PM, Steven D'Aprano wrote: On Sat, Apr 05, 2014 at 12:46:19PM -0500, Jim Byrnes wrote: Ubuntu 12.04 python 3.3 I was working through an exercise about sets. I needed to find the duplicates in a list and put them in a set. I figured the solution had to do with sets not suppo

Re: [Tutor] Question about equality of sets

2014-04-05 Thread Steven D'Aprano
On Sat, Apr 05, 2014 at 12:46:19PM -0500, Jim Byrnes wrote: > Ubuntu 12.04 python 3.3 > > I was working through an exercise about sets. I needed to find the > duplicates in a list and put them in a set. I figured the solution had > to do with sets not supporting duplicates. I finally figured i

[Tutor] Question about equality of sets

2014-04-05 Thread Jim Byrnes
Ubuntu 12.04 python 3.3 I was working through an exercise about sets. I needed to find the duplicates in a list and put them in a set. I figured the solution had to do with sets not supporting duplicates. I finally figured it out but along the way I was experimenting in idle and got some res