LinkedIn interview question

You have two sets. How can you find the intersection?

Interview Answer

Anonymous

14 Mar 2016

if python is used you could use set1.intersection(set2)