First solution in Clear category for The Most Numbers by cactusson
def checkio(*args): return max(args) - min(args) if args else 0
April 13, 2020