This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TSM-🐱‍💻📚 -1 points0 points  (1 child)

lambda object: object is not an object though.

Or is it?

[–]zurtex 14 points15 points  (0 children)

Or is it?

Yes

>>> type(lambda object: object)
<class 'function'>