diff options
author | Nishanth Amuluru | 2010-10-12 11:19:09 +0530 |
---|---|---|
committer | Nishanth Amuluru | 2010-10-12 11:19:09 +0530 |
commit | 7f8225acf6269500fa02664c4d28d8343fb7f23c (patch) | |
tree | b1c1e7e6ea5dc492e946dd4e85250afaa3bb0da9 /sets/script.rst | |
parent | d2fd725a6c7ad2f5676c0684ba73a6c3e30596dd (diff) | |
download | st-scripts-7f8225acf6269500fa02664c4d28d8343fb7f23c.tar.gz st-scripts-7f8225acf6269500fa02664c4d28d8343fb7f23c.tar.bz2 st-scripts-7f8225acf6269500fa02664c4d28d8343fb7f23c.zip |
Finished sets
Diffstat (limited to 'sets/script.rst')
-rw-r--r-- | sets/script.rst | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sets/script.rst b/sets/script.rst index ffc2084..8f9c699 100644 --- a/sets/script.rst +++ b/sets/script.rst @@ -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 .. ------------- |