summaryrefslogtreecommitdiff
path: root/loops
diff options
context:
space:
mode:
authorPuneeth Chaganti2010-10-08 12:36:28 +0530
committerPuneeth Chaganti2010-10-08 12:36:28 +0530
commitbeb7a73093eaca281a973797254d3d5fe5b13763 (patch)
treedef7995132df41a258912b129d8350ab3909f570 /loops
parent887ec83abfd983a0e60c399e258ce96add585edb (diff)
downloadst-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.rst14
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 :