Computer Science, asked by Shivambhai1, 1 year ago

what is a tuple? write in 20 words

Answers

Answered by Anjali2881
3
hope help full to you............
Attachments:

Anjali2881: plz mark any one of as brainlist plz
Answered by Bonzo
4
A tuple is a sequence of immutable Python objects. Tuples are sequences, just like lists. The differences between tuples and lists are, the tuples cannot be changed unlike lists and tuples use parentheses, whereas lists use square brackets. Creating a tuple is as simple as putting different comma-separated values.
Similar questions