Surprise Me!

Lecture 45: Tuple Data Types in Python

2025-05-18 12 Dailymotion

A tuple in Python is an ordered, immutable sequence of elements. Tuples are defined by enclosing a comma-separated sequence of elements within parentheses (). Unlike lists, tuples cannot be modified after creation, meaning elements cannot be added, removed, or changed.