diff options
Diffstat (limited to 'loops/slides.org')
-rw-r--r-- | loops/slides.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/loops/slides.org b/loops/slides.org index 15b7f0b..e815184 100644 --- a/loops/slides.org +++ b/loops/slides.org @@ -49,9 +49,9 @@ * Objectives At the end of this tutorial, you will be able to, - - use the ``for`` loop - - use the ``while`` loop - - Use ``break``, ``continue`` and ``pass`` statements to play around + - use the ``for'' loop + - use the ``while'' loop + - Use ``break'', ``continue'' and ``pass'' statements to play around with loops. * Pre-requisite Spoken tutorial on - |