Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for The Most Numbers by KarolinaK
def checkio(*args):
if len(args)!=0:
difference=0
min=max=args[0]
for x in args:
if(x>max):
max=x
if(x
Oct. 17, 2016
Comments: