QUESTION 23 What statement regarding the use of lists is accurate? The individual elements within a list are immutable,
Posted: Sun May 15, 2022 8:12 am
QUESTION 23 What statement regarding the use of lists is accurate? The individual elements within a list are immutable, in that the values cannot be changed. Two lists cannot be concatenated together, without the creation of a third list. A list can be sliced into sublists. When a list is evaluated, the elements are not evaluated. QUESTION 24 A data structure is a simple unit that consists of one chunk of data only. O True O False