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.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sets/slides.tex') diff --git a/sets/slides.tex b/sets/slides.tex index b1b2eda..945af18 100644 --- a/sets/slides.tex +++ b/sets/slides.tex @@ -1,4 +1,4 @@ -% Created 2010-10-10 Sun 23:53 +% Created 2010-11-09 Tue 17:14 \documentclass[presentation]{beamer} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} @@ -67,7 +67,8 @@ marks_set = set(marks) 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{lstlisting} \end{frame} -- cgit