You are viewing a single comment's thread. Return to all comments →
return sum(i*(i-1) for _,i in Counter(a).items())
Seems like cookies are disabled on this browser, please enable them to open this website
Sherlock and Pairs
You are viewing a single comment's thread. Return to all comments →
1 line Python solution, 100%