• help

Question related to mission The Most Numbers

  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?
5