+1 vote
in Python by
What is object() function in Python?

1 Answer

0 votes
by

In Python the object() function returns an empty object. New properties or methods cannot be added to this object.

...