9 lines
345 B
Markdown
9 lines
345 B
Markdown
|
|
# `for`
|
||
|
|
|
||
|
|
TODO: ADD MORE DETAIL
|
||
|
|
|
||
|
|
See the Python [documentation entry][keyword-for-docs], as well as [this blog post][keyword-for-etymology] for more details.
|
||
|
|
|
||
|
|
[keyword-for-docs]: https://docs.python.org/3/reference/compound_stmts.html#the-for-statement
|
||
|
|
[keyword-for-etymology]: https://yawpitchroll.com/posts/the-35-words-you-need-to-python/#for
|