summaryrefslogtreecommitdiff
path: root/cond-loops.org
diff options
context:
space:
mode:
authorShantanu Choudhary2010-04-26 14:41:19 +0530
committerShantanu Choudhary2010-04-26 14:41:19 +0530
commita9629678e5f9c287617e9aae4d1a7fbe5c2618b6 (patch)
treeabcadf11761cea1a9c0c321314634ab4e2d33a52 /cond-loops.org
parentd22a72c2764516cd9f89ead3cf7a47f757ee2963 (diff)
downloadst-scripts-a9629678e5f9c287617e9aae4d1a7fbe5c2618b6.tar.gz
st-scripts-a9629678e5f9c287617e9aae4d1a7fbe5c2618b6.tar.bz2
st-scripts-a9629678e5f9c287617e9aae4d1a7fbe5c2618b6.zip
Edited control flows and conditional part.
Diffstat (limited to 'cond-loops.org')
-rw-r--r--cond-loops.org7
1 files changed, 3 insertions, 4 deletions
diff --git a/cond-loops.org b/cond-loops.org
index 4618686..7fd8737 100644
--- a/cond-loops.org
+++ b/cond-loops.org
@@ -99,10 +99,9 @@
....
....
- That brings us to the end of this tutorial. We have covered solution
- of linear equations, finding roots of polynomials and non-linear
- equations. We have also learnt how to define functions and call
- them.
+ That brings us to the end of this tutorial. We have covered more
+ details on conditional statements in Python. How to write loops
+ using 'while' loops. Range function and using for loop with range
Thank you!