Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
the moss numbers solution in Clear category for The Most Numbers by Piotr.Helminiak
def checkio(*args):
if args:
d=max(args)-min(args)
else:
return 0
return d
Oct. 18, 2016