Say i have a dictionary within a dictionary like so:
Allusers={
User1: {'Film1': Vote1, 'Film2': Vote2}
User2: {'Film1': Vote1, 'Film2'; Vote2}
...
}
I would need the logic/algorithm/formula to compare every person to the other persons, just once.
How would I need to approach this ?
Thank you.
1 Answer