From beb7a73093eaca281a973797254d3d5fe5b13763 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Fri, 8 Oct 2010 12:36:28 +0530 Subject: added questions and pre-reqs to loops LO. --- loops/script.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'loops') 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 : -- cgit