Complete beginner, any help appreciated :) - For Loops

Laurent Claessens moky.math at gmail.com
Thu Dec 1 06:14:01 EST 2011


> for x in y
>
> However, what does "for" and "in" mean in this context?

It means basically the same as in Englsish

Does the following links answer the question ?
http://www.ibiblio.org/g2swap/byteofpython/read/for-loop.html
http://dsnra.jpl.nasa.gov/software/Python/diveintopython.pdf (page 58)

Have a nice day
Laurent



More information about the Python-list mailing list