Are Tuples really immutable? #PyTip03
Aug 20, 2022 · 2 min read · Tuple in Python are immutable Data Structures. Unlike sets, dicts and lists, the values in a tuple cannot be changed once initialized. But is it really the case for tuples? See, tuples are immutable for the contents they hold that means the referenc...
Join discussion



