When does len() give the value 0?

When the list is emptyA list's length can never be 0When the list has one element

When the list is empty.