+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.

Related questions

0 votes
asked Sep 7, 2022 in Python by sharadyadav1986
0 votes
asked Dec 19, 2019 in Python by sharadyadav1986
...