What is the shape of each element produced by `data.items()`?
Explanation
Each produced element groups one key with its corresponding value in a two-item tuple. Yielding only values would describe `values`, while mutable two-element lists are not the element format used by `items`.