But another good example is rewriting an if/else chain as a dictionary lookup or repetitive code as a tuple of operations followed by a for loop.
I'm familiar with the dictionary lookup method but not the tuple. Perhaps it's obvious but could someone please give an example?