Which of these statements are true about lists and tuples?
bool
-type valuesAwesome! We enclose lists in brackets and tuples in parentheses. Lists can store multiple values of any type and so do tuples, but the latter can't be changed.
Uh oh! We enclose lists in brackets and tuples in parentheses. Lists can store multiple values of any type and so do tuples, but the latter can't be changed.