Tuples are a built-in data structure in Python used for storing ordered collections of elements. Similar to lists, tuples are defined by enclosing elements within parentheses (rounded brackets) and separating them by commas.
Selvam College of Technology (Autonomous)
Tuples are a built-in data structure in Python used for storing ordered collections of elements. Similar to lists, tuples are defined by enclosing elements within parentheses (rounded brackets) and separating them by commas.