1-liner solution in Creative category for All the Same by genadiik
all_the_same = lambda elements: len(set(elements)) <= 1
June 5, 2019