diff options
author | Puneeth Chaganti | 2010-10-08 12:36:28 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2010-10-08 12:36:28 +0530 |
commit | beb7a73093eaca281a973797254d3d5fe5b13763 (patch) | |
tree | def7995132df41a258912b129d8350ab3909f570 /loops | |
parent | 887ec83abfd983a0e60c399e258ce96add585edb (diff) | |
download | st-scripts-beb7a73093eaca281a973797254d3d5fe5b13763.tar.gz st-scripts-beb7a73093eaca281a973797254d3d5fe5b13763.tar.bz2 st-scripts-beb7a73093eaca281a973797254d3d5fe5b13763.zip |
added questions and pre-reqs to loops LO.
Diffstat (limited to 'loops')
-rw-r--r-- | loops/script.rst | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/loops/script.rst b/loops/script.rst index 2ce87fb..0c1c886 100644 --- a/loops/script.rst +++ b/loops/script.rst @@ -1,14 +1,20 @@ .. Objectives .. ---------- -.. Clearly state the objectives of the LO (along with RBT level) +.. By the end of this tutorial, you will be able to + +.. 1. use the ``for`` loop +.. #. use the ``while`` loop +.. #. Use ``break``, ``continue`` and ``pass`` statements to play around +.. with loops. .. Prerequisites .. ------------- -.. 1. Name of LO-1 -.. 2. Name of LO-2 -.. 3. Name of LO-3 +.. 1. getting started with ipython +.. #. getting started with for +.. #. conditionals + .. Author : Internal Reviewer : |