set solution in Clear category for All the Same by cs1g
def all_the_same(elements): return len(set(elements)) < 2
May 19, 2019