diff options
author | Shantanu Choudhary | 2010-04-26 14:41:19 +0530 |
---|---|---|
committer | Shantanu Choudhary | 2010-04-26 14:41:19 +0530 |
commit | a9629678e5f9c287617e9aae4d1a7fbe5c2618b6 (patch) | |
tree | abcadf11761cea1a9c0c321314634ab4e2d33a52 /cond-loops.org | |
parent | d22a72c2764516cd9f89ead3cf7a47f757ee2963 (diff) | |
download | st-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.org | 7 |
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! |