summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 :