equal
deleted
inserted
replaced
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 |