Chapter 7 Flashcards
1
Q
Sequence
A
An object that contains multiple items of data
2
Q
Mutable
A
A program that can change its contents.
3
Q
Immutable
A
Once a content is created, it cannot be changed by the program.
4
Q
List
A
An object that contains multiple items of data
5
Q
Element
A
Each item in a list
6
Q
Repetition Operator
A
Makes multiple copies of a list and joins them together
7
Q
Index
A
A number specifying the position of an element in a list.
8
Q
len Function
A
Returns the length of a sequence such as a list.
9
Q
Mutable Sequence
A
The items in the sequence can be changed
10
Q
Concatenate
A
Join two things together