Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
One Liner solution in Creative category for The Most Numbers by smidem
checkio = lambda *a: max([*a]) - min([*a]) if len([x for x in a]) > 0 else 0
Aug. 31, 2018