loops/script.rst
changeset 254 c43677920502
parent 253 8a117c6e75f1
child 278 461a68dbefb1
equal deleted inserted replaced
253:8a117c6e75f1 254:c43677920502
     1 .. Objectives
     1 .. Objectives
     2 .. ----------
     2 .. ----------
     3 
     3 
     4 .. Clearly state the objectives of the LO (along with RBT level)
     4 .. By the end of this tutorial, you will be able to
       
     5 
       
     6 .. 1. use the ``for`` loop 
       
     7 .. #. use the ``while`` loop
       
     8 .. #. Use ``break``, ``continue`` and ``pass`` statements to play around
       
     9 ..    with loops.
     5 
    10 
     6 .. Prerequisites
    11 .. Prerequisites
     7 .. -------------
    12 .. -------------
     8 
    13 
     9 ..   1. Name of LO-1
    14 .. 1. getting started with ipython
    10 ..   2. Name of LO-2
    15 .. #. getting started with for
    11 ..   3. Name of LO-3
    16 .. #. conditionals
       
    17 
    12      
    18      
    13 .. Author              : 
    19 .. Author              : 
    14    Internal Reviewer   : 
    20    Internal Reviewer   : 
    15    External Reviewer   :
    21    External Reviewer   :
    16    Checklist OK?       : <put date stamp here, if OK> [2010-10-05]
    22    Checklist OK?       : <put date stamp here, if OK> [2010-10-05]