First solution in Clear category for The Most Numbers by AlanBuric
def checkio(*args): return max(args) - min(args) if args else 0
Dec. 9, 2022