Light Mode
Dark Mode
Stuck

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: March 21, 2015, 3:27 p.m.
Updated: March 22, 2015, 2:38 a.m.
0
7
User avatar
ron.seager