diff -r 89668e9251cf -r 381da0ddc07b cond-loops.org --- a/cond-loops.org Mon Apr 26 14:39:04 2010 +0530 +++ b/cond-loops.org Mon Apr 26 14:41:19 2010 +0530 @@ -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!