Tuple – MCQ
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.
4.Tuple QB-Python V2