Tuples are
immutable data
structure in
Python. They are
like lists but we
cannot add or
remove an element.
It cannot be
modified once
created. There a
(more)
Tuples are immutable data structure in Python. They are like lists but we cannot add or remove an element. It cannot be modified once created. There are few ...