First solution in Uncategorized category for The Most Numbers by Moff
def checkio(*argv): return max(argv) - min(argv) if argv else 0
July 21, 2015