You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# There are four classes in Python that provide container like behaviour; that is data types for holding collections of other objects, these are - Tuples, Lists, Sets, Dictionary
# TUPLE ( )
# It is not possible to ADD or REMOVE elements from a Tuple; they are IMMUTABLE.