0 votes
in Python by
What does the method object() do?

1 Answer

0 votes
by

The method returns a featureless object that is base for all classes. This method does not take any parameters.

Related questions

0 votes
asked Dec 14, 2019 in Python by sharadyadav1986
0 votes
asked Jun 28, 2020 in Python by Robindeniel
...