5. How is a list type different from tuple data type of Python ?

List are mutable while Tuples are not.