• Stuck

Question related to mission The Most Numbers

 

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