# HG changeset patch # User Shantanu # Date 1272273079 -19800 # Node ID 381da0ddc07b802629b5736f57ea81eafe21d164 # Parent 89668e9251cfde31ba3f1c048a9249ce4a19b7d8 Edited control flows and conditional part. 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!