First solution in Uncategorized category for The Most Numbers by TovarischZhukov
def checkio(*arg): return max(arg) - min(arg) if arg else 0
Dec. 2, 2015