cond-loops.org
changeset 109 381da0ddc07b
parent 108 89668e9251cf
child 112 7de6be45182e
equal deleted inserted replaced
108:89668e9251cf 109:381da0ddc07b
    97     only
    97     only
    98     ....print i, i*i
    98     ....print i, i*i
    99     ....
    99     ....
   100     ....
   100     ....
   101         
   101         
   102     That brings us to the end of this tutorial. We have covered solution
   102     That brings us to the end of this tutorial. We have covered more
   103     of linear equations, finding roots of polynomials and non-linear
   103     details on conditional statements in Python. How to write loops
   104     equations. We have also learnt how to define functions and call
   104     using 'while' loops. Range function and using for loop with range
   105     them. 
       
   106 
   105 
   107     Thank you!
   106     Thank you!
   108 
   107 
   109 *** Notes
   108 *** Notes
   110     
   109