OpenTechSchool / python-beginners

Workshop material for "Introduction to Programming with Python"
http://opentechschool.github.io/python-beginners/
175 stars 253 forks source link

Update docs/en/loops.rst #27

Closed mdik closed 10 years ago

mdik commented 11 years ago

Further explanation on the for-statement.

Ivoz commented 10 years ago

I've expanded the explanations a little in the introduction to lists, but hopefully learners' intuitive understanding will get them the same understanding. Python tends to be good with intuition :)