Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Tags
#python #sicp
Question
A list value is a [...]
Answer
sequence that can have arbitrary length.

Tags
#python #sicp
Question
A list value is a [...]
Answer
?

Tags
#python #sicp
Question
A list value is a [...]
Answer
sequence that can have arbitrary length.
If you want to change selection, open original toplevel document below and click on "Move attachment"

Parent (intermediate) annotation

Open it
A list value is a sequence that can have arbitrary length.

Original toplevel document

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

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.