[Looping Techniques] 1.When looping through dictionaries, the key and corresponding value can be retrieved at the same time using the items() method. 2.enumerate(iterable, start=0) Return an enumerate object. iterable must be a sequence, an iterator,…