How do we check if a list is empty?
Great! We simply check if its length is 0. Alternatively, we could compare it to an empty list.
0
Not quite! We simply check if its length is 0. Alternatively, we could compare it to an empty list.