that's it solution in Clear category for The Most Numbers by Tairraos
def checkio(*args): return max(args)-min(args) if len(args) else 0
May 20, 2018