Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for The Most Numbers by impetusx
def checkio(*args):
return sorted(args)[-1] - sorted(args)[0] if len(args) > 1 else 0
Nov. 20, 2019