#python #sicp
This execution procedure refers to iterable values. Lists are a type of
sequence, and sequences are iterable values. Their elements are considered
in their sequential order.
If you want to change selection, open document below and click on "Move attachment"
2.3 Sequencesatement is executed by the following procedure:
Evaluate the header , which must yield an iterable value.
For each element value in that iterable value, in order:
Bind to that value in the current frame.
Execute the .
<span>This execution procedure refers to iterable values. Lists are a type of
sequence, and sequences are iterable values. Their elements are considered
in their sequential order. Python includes other iterable types, but we will
focus on sequences for now; the general definition of the term "iterable"
appears in the section on iterators in Chapter 4. Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details