Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
So ease? solution in Clear category for The Most Numbers by ArchTauruS
""" So ease?
"""
def checkio(*nums):
return max(nums) - min(nums) if nums else 0
Nov. 9, 2018