Python Tuple is a collection of objects separated by commas. In some ways, a tuple is similar to a list in terms of indexing, nested objects, and repetition but a tuple is immutable, unlike lists which are mutable.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)