Second solution in Clear category for The Most Numbers by ArchTauruS
def checkio(*args): return max(args) - min(args) if args else 0
Oct. 28, 2018