• Different types pros and cons

Question related to mission Min and Max

 

On the one hand, having all the different types in the tests forced me to think about the ways different objects are iterable in Python.

On the other hand, they led me down a path of type checking, instead of more "pythonic" methods of problem solving.