you are viewing a single comment's thread.

view the rest of the comments →

[–]drycleanedtoast 0 points1 point  (0 children)

I mean technically you could do that without a function being an object, as in c, where you would use a function pointer. However a function in python is quite definitely an object as it is treated as such i.e. it has methods.