List A list is a sequence of scalar values enclosed in parentheses. The following is a simple example of a list: (1, 5.3, “hello”, 2) This list contains four elements, each of which is a scalar value: the numbers 1 and 5.3, the string hello, and the number 2. Lists can be as long as […]
↧