• Why checkio return not tuple?

Question related to mission Humpty Dumpty Form

 

I know it is too late to change everything but I have question why we need to return list?

IMHO returning tuple will be more correct:

  1. tuple is unmodifiable collection
  2. tuple faster and use less memory
  3. python has syntax sugar for returning tuple