Computer Science, asked by sukhmanpreetkaur1234, 8 months ago

What do you mean tuple unpacking? Give an example

Answers

Answered by Anonymous
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 rajeev8225
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