getting-started-with-for/script.rst
changeset 396 f0c97fd60e5c
parent 326 c4cb18752ade
child 473 7eaa550929a1
equal deleted inserted replaced
395:72437215f3c5 396:f0c97fd60e5c
   166 perfect squares and a list of those which are not. The numbers are,
   166 perfect squares and a list of those which are not. The numbers are,
   167 ::
   167 ::
   168     
   168     
   169     7225, 3268, 3364, 2966, 7056, 5625, 729, 5547, 7056, 576, 2916
   169     7225, 3268, 3364, 2966, 7056, 5625, 729, 5547, 7056, 576, 2916
   170 
   170 
       
   171 Pause here and try to solve the problem before proceeding further.
       
   172 
   171 {{{ switch to next slide, problem statement of second problem in
   173 {{{ switch to next slide, problem statement of second problem in
   172 solved exercise}}}
   174 solved exercise}}}
   173 
   175 
   174 Now let us try a simple one, to print the square root of numbers in
   176 Now let us try a simple one, to print the square root of numbers in
   175 the list. And this time let us do it right in the IPython
   177 the list. And this time let us do it right in the IPython