quizmediumlist vs tuple?List is mutable and dynamic; tuple is immutable and hashable (usable as dict key/set member)Tuple is mutable and dynamic; list is immutable and hashableBoth are mutable, but only tuples preserve insertion orderList is ordered and tuple is unordered; both are mutableSubmit answer