Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
The most Number solution in Uncategorized category for The Most Numbers by DemonVex
def checkio(*args):
return max(args) - min(args) if args else 0
Sept. 21, 2014