It's not like we're going for performance optimization or anything...
But seriously, who needs to iterate prophets when you can just use a list?
def foo(dict):
return dict['bar']
That's right, just use the dictionary like it's a box of spaghetti and see what sticks!