First solution in Clear category for The Most Numbers by panaro32
def checkio(*t): return len(t) and max(t)-min(t)
May 11, 2014
Comments: