What is syntax of tuple declaration in Python?
Answers
Answered by
0
A Tuple is a collection of Python objects separated by commas. In someways 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.
Answered by
0
Answer:
A Tuple is a collection of Python objects separated by commas. In someways 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.
Similar questions
Sociology,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Geography,
1 year ago
Economy,
1 year ago