Choose the correct option with respect to python

A. Both tuples and lists are immutable

B. Tuples are immutable while lists are mutable

C. Both tuples an lists are mutable

D. Tuples are mutable while lists are immutable

Correct Answer : 

B). Tuples are immutable while lists are mutable