What is a tuple in Python? A tuple is an immutable sequence type, meaning its values cannot be changed after creation. Defined using parentheses (), tuples are memory-efficient and useful for storing fixed collections of items. In this video, we explain how tuples work, their advantages over lists, and when to use them in your Python programs. Watch now to master Python tuples!