This is a problem from Codewars - but basically I am trying to iterate through two different dictionaries of different lengths. I can\'t use zip() because I kno
zip()