Find the Error num list = [1,2,3]
Answers
Answered by
0
Answer:
9. Lists¶
A list is an ordered set of values, where each value is identified by an index. The values that make up a list are called its elements. Lists are similar to strings, which are ordered sets of characters, except that the elements of a list can have any type. Lists and strings — and other things that behave like ordered sets — are called sequences.
Similar questions