Third solution in Clear category for The Most Numbers by ArchTauruS
def checkio(*a): return max(a) - min(a) if a else 0
Nov. 1, 2018