Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Try this . . . solution in Creative category for The Most Numbers by Tinus_Trotyl
def checkio(*args):
try: return max(args) - min(args)
except ValueError: return 0
Oct. 16, 2017
Comments: