What happens when we use len() on a list that does not have any values?
len()
0
It returns the value 0.