172k views
2 votes
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.

User Mindparse
by
4.3k points

1 Answer

3 votes

Answer:

The statement that is false is a: "All elements in a list must have the same data type."

Step-by-step explanation:

User Mario Perez
by
5.4k points