a sequence
a sequence object that can be changed
a sequence object that cannot be changed
elements
no
list
empty = []
l1 = [1, 2, 3, 4, 5]
len(l1)
append