Prev
|
Index
|
Next
for Statements
Convenient way to iterate over sequences
You'll never want to use while again
Sometimes used in conjuction with range() to iterate over a numeric sequence
An Introduction To Python