From 722ef6b819e8a375c388cc14963763471322ca91 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Tue, 9 Nov 2010 17:15:24 +0530 Subject: Cleaned up sets LO. --- sets/slides.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sets/slides.org') diff --git a/sets/slides.org b/sets/slides.org index d0b007c..9f056d9 100644 --- a/sets/slides.org +++ b/sets/slides.org @@ -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 -- -- cgit