tuples/script.rst
changeset 282 8c35d7977f04
parent 232 da873a5ac918
child 425 c943cdbee397
equal deleted inserted replaced
281:d91133654fc8 282:8c35d7977f04
     4 .. A - Students and teachers from Science and engineering backgrounds
     4 .. A - Students and teachers from Science and engineering backgrounds
     5    B - Will learn what are tuples and why they are needed
     5    B - Will learn what are tuples and why they are needed
     6        Will learn the various methods of accessing elements in tuples
     6        Will learn the various methods of accessing elements in tuples
     7    C - 
     7    C - 
     8    D - 
     8    D - 
       
     9 
       
    10 .. #. what are tuples
       
    11 .. #. comparison with lists
       
    12 .. #. why are they needed
       
    13 
     9 
    14 
    10 .. Prerequisites
    15 .. Prerequisites
    11 .. -------------
    16 .. -------------
    12 
    17 
    13 ..   1. Getting started with lists
    18 ..   1. Getting started with lists