native_all_the_same solution in Uncategorized category for All the Same by Jon_Red
def all_the_same(a)->bool:return a[1:]==a[:-1]
April 23, 2020