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 yurimelnyk
def checkio(*args):
return max(args) - min(args) if len(args) > 0 else 0
Feb. 9, 2019
Comments: