Re: Explanation about for loop

2007-01-11 Thread Gabriel Genellina
At Friday 12/1/2007 01:48, raghu wrote: can any one help me explaining for loop and its execution and its syntax with a simple example. This section of Dive Into Python explain for loops: http://diveintopython.org/file_handling/for_loops.html (And you could read the whole book too) -- Gabrie

Re: Explanation about for loop

2007-01-11 Thread Paul McGuire
"raghu" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > can any one help me explaining for loop and its execution and its > syntax with a simple example. > Bookmark this page: http://docs.python.org/ref/ref.html "for loop" reference page: http://docs.python.org/ref/for.html Bookmark

Re: Explanation about for loop

2007-01-11 Thread Amit Khemka
On 11 Jan 2007 20:48:19 -0800, raghu <[EMAIL PROTECTED]> wrote: > can any one help me explaining for loop and its execution and its > syntax with a simple example. Well Guido did that: http://docs.python.org/tut/node6.html#SECTION00620 -- Amit Khemka -- onyomo.com Home Page

Explanation about for loop

2007-01-11 Thread raghu
can any one help me explaining for loop and its execution and its syntax with a simple example. -- http://mail.python.org/mailman/listinfo/python-list