Computer Science, asked by scrout1966, 8 months ago

how is tupple used in python​

Answers

Answered by sayampradhan77
1

Answer:

Tuples are used to group together related data, such as a person's name, their age, and their gender. An assignment to all of the elements in a tuple using a single assignment statement. Tuple assignment occurs simultaneously rather than in sequence, making it useful for swapping values.

Similar questions