What do you mean tuple unpacking? Give an example
Answers
Answered by
18
Python Tuples In python tuples are used to sore immutable object. ... In other way it is called unpacking of a tuple of values into a variable. In packing, we put values into a new tuple while in unpacking we extract those values into a single variable.
Hope it's helps you ❤
Answered by
4
Answer:
In other way it is called unpacking of a tuple of values into a variable. In packing, we put values into a new tuple while in unpacking we extract those values into a single variable. NOTE : In unpacking of tuple number of variables on left hand side should be equal to number of values in given tuple a.
hope this helps you ❣️
pls mark me down as a brainiest answer
Similar questions