tutorial.eyehunts.com
Is tuple mutable in Python?
No Python tuples are not mutable data type. Tuples are immutable, meaning that once a tuple has been created, the items in it can't change.
Rohit