#python #sicp
A list value is a sequence that can have arbitrary length.
If you want to change selection, open document below and click on "Move attachment"
2.3 Sequences element corresponding to any
non-negative integer index less than its length, starting at 0 for the first
element.
Python includes several native data types that are sequences, the most
important of which is the list .
2.3.1 Lists
<span>A list value is a sequence that can have arbitrary length. Lists have a
large set of built-in behaviors, along with specific syntax to express those
behaviors. We have already seen the list literal, which evaluates to a list
instance, as wel Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details