| changeset 434 | c8ffd52305ff |
| parent 427 | c193744340ba |
--- a/sets/slides.org Tue Nov 09 23:26:39 2010 +0530 +++ b/sets/slides.org Wed Nov 10 02:12:09 2010 +0530 @@ -43,8 +43,10 @@ for mark in marks_set: marks.remove(mark) - # we are now left with only duplicates in the list marks + # we are now left with only duplicates + # in the list marks duplicates = set(marks) + #+end_src * Summary You should now be able to --