Concept
Tuple
Books
Journey Statusmastered Tags
A data structure that groups a fixed number of values of possibly different types (like (1, "hello", true)), accessed by position rather than name.
A data structure that groups a fixed number of values of possibly different types (like (1, "hello", true)), accessed by position rather than name.