Re: [Tutor] Sets in python

2007-01-21 Thread Luke Paireepinart
anil maran wrote: > http://www.linuxforums.org/programming/introduction_to_python__part_1.html > > [snip article excerpt] why did you copy someone else's text verbatim and create a new thread? Assuming you were trying to

[Tutor] Sets in python

2007-01-21 Thread anil maran
http://www.linuxforums.org/programming/introduction_to_python__part_1.html Sets I think I don't really have to explain what a set is, as everyone should know them from mathematics. It's simply a pile of elements that do not have ordering and do not contain duplicates. A set has to be initializ