When I ran your code, it returned *banana. *You mentioned it should return "*banana and orange*." However, based on the example that you provided, it should only return *banana*. strings = ['apple orange banana', 'orange banana grape', 'banana mango'] > The common word in these 3 groups is *banana *- not *banana & orange*. I hope this helps! Seraph