Ad
  • Default User Avatar

    There's already a function in Python that returns the type of an object, called type. When the tests for this kata are run, it's just executing check_type(some_object). By giving the existing type function the additional name check_type, that line of code will use the builtin type.