First solution in Clear category for The Most Numbers by conformist.mw
def checkio(*args): return max(args) - min(args) if args else 0
May 19, 2016