Work with Lists
A list is a collection of data items of any type. You can mix data types in the same list. For example, a single list can contain both numbers and text strings as elements. Lists can also contain other lists as elements.
A list is a collection of data items of any type. You can mix data types in the same list. For example, a single list can contain both numbers and text strings as elements. Lists can also contain other lists as elements.