And the objects inside an expression assuredly care about their types:
>>> '1' + 1 Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: can only concatenate str (not "int") to str
And the objects inside an expression assuredly care about their types: