I want the results of the function to be:
def AllTheSame(iterable): return any(iterable) is all(iterable)