This case fails since max(args) - min(args) is comparing a tuple to an integer:
assert almost_equal(checkio(1, 2, 3), 2, 3), "3-1=2"
Max = 3
Min = (1, 2, 3)
don't know where to go from here
Created at: 2015/03/21 15:27; Updated at: 2015/03/22 02:38