Immutable Tuples · key:value Pairs · Iterating Dictionaries
.get(key) to safely retrieve — returns None if key doesn't exist (no error).items(): returns key-value pairs as tuples — most common way to loopdel scores["Bob"]: removes a key-value pair