First solution in Clear category for The Most Numbers by pskrdx
def checkio(*args): try: return max(args) - min(args) except: return 0
Nov. 10, 2014