getting_started_with_lists.rst
changeset 204 65e5e2362bc9
parent 201 6b1efb74d914
child 208 0f78508a4478
equal deleted inserted replaced
203:846d71a4e915 204:65e5e2362bc9
     4  {{{ Show the slide containing title }}}
     4  {{{ Show the slide containing title }}}
     5 
     5 
     6  {{{ Show the slide containing the outline slide }}}
     6  {{{ Show the slide containing the outline slide }}}
     7 
     7 
     8 In this tutorial we will be getting acquainted with a python data
     8 In this tutorial we will be getting acquainted with a python data
     9 structure called lists.  We will learn :
     9 structure called lists.  We will learn ::
       
    10  
    10  * How to create lists
    11  * How to create lists
    11  * Structure of lists
    12  * Structure of lists
    12  * Access list elements
    13  * Access list elements
    13  * Append elements to lists
    14  * Append elements to lists
    14  * Deleting elements from lists
    15  * Deleting elements from lists