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.

...