Edited control flows and conditional part.
authorShantanu <shantanu@fossee.in>
Mon, 26 Apr 2010 14:41:19 +0530
changeset 109 381da0ddc07b
parent 108 89668e9251cf
child 111 4ebff217844e
Edited control flows and conditional part.
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!