i have tried the examples seen here with python 3.3 on my comp and I get a type mismatch.
return len(t) and max(t)-min(t)
TypeError: unsupported operand type(s) for -: 'list' and 'list'
Why is not working on my comp?
Created at: 2014/08/01 08:32; Updated at: 2014/08/03 12:23