Python: Tuples Question What is the core rule behind tuples? (Click to reveal answer) Answer Use tuples for fixed positional groupings where the meaning is stable and lightweight. This matters because interviewers respect candidates who know when a tuple stops being the right shape. Additional NotesWhat is the core rule behind tuples? Track: Python Topic: Core Collections Focus: Tuples Topics: Core Collections Python Tuples