You are viewing a single comment's thread. Return to all comments →
#python def gemstones(arr): return len(set(arr[0]).intersection(*arr[1:]))
Seems like cookies are disabled on this browser, please enable them to open this website
Gemstones
You are viewing a single comment's thread. Return to all comments →