sets/script.rst
changeset 333 91b427241f8f
parent 281 d91133654fc8
child 427 c193744340ba
--- a/sets/script.rst	Tue Oct 12 11:09:52 2010 +0530
+++ b/sets/script.rst	Tue Oct 12 11:19:09 2010 +0530
@@ -1,11 +1,13 @@
 .. Objectives
 .. ----------
 
-.. A - Students and teachers from Science and engineering backgrounds
-   B - Will learn what are tuples and why they are needed
-       Will learn the various methods of accessing elements in tuples
-   C - 
-   D - 
+.. By the end of this tutorial, you will be able to 
+
+.. * Create sets from lists
+.. * Perform union, intersection and symmetric difference operations
+.. * Check if a set is a subset of other
+.. * understand various similarities with lists like length and containership
+
 
 .. Prerequisites
 .. -------------