Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
The most numbers in one line solution in Clear category for The Most Numbers by iwtdy
def checkio(*num):
return max(num)-min(num) if num != () else 0
Sept. 9, 2018