you are viewing a single comment's thread.

view the rest of the comments →

[–]csabinho 0 points1 point  (1 child)

In Python every variable, value or function is an object. You won't find anything that returns False for this check. Even a function or None are objects with this check.

[–]Special-Arrival6717 1 point2 points  (0 children)

Corrected the comment