#python #sicp
A for statement is executed by the following procedure:
- Evaluate the header <expression> , which must yield an iterable value.
- For each element value in that iterable value, in order:
- Bind <name> to that value in the current frame.
- Execute the <suite> .
If you want to change selection, open document below and click on "Move attachment"
Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details