diff options
Diffstat (limited to 'loops')
-rw-r--r-- | loops/script.rst | 2 | ||||
-rw-r--r-- | loops/slides.org | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/loops/script.rst b/loops/script.rst index 75ae0ef..5d93797 100644 --- a/loops/script.rst +++ b/loops/script.rst @@ -138,7 +138,7 @@ then iterate over it and print the required stuff. .. R10 -We can see that we got the same ouput as before.Note that the lines of code +We can see that we got the same output as before.Note that the lines of code are less. Pause the video here, try out the following exercise and resume the video. 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 - |