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 byrus
def checkio(*args):
return round(max(args) - min(args),3) if args else 0
Sept. 28, 2021
Comments: