Describe how tuples can be useful with loops over lists and dictionaries, and give Python code examples. Create your own code examples.
Your descriptions and examples should include the following: the zip function, the enumerate function, and the items method.