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...
vivekon.hashnode.dev2 min read
No responses yet.