Question 1

Which statement about lists is false?
O
a. All elements in a list must have the same data type.
b. The first element of a list has the subscript of zero.
c. The len function can give the length of a list.
d. It is possible to traverse (go through) a list using a for loop without a range function.