0 votes
in Python by
How to create an empty class in Python?

1 Answer

0 votes
by

To create an empty class we can use the pass command after the definition of the class object. A pass is a statement in Python that does nothing.

Related questions

0 votes
asked May 23, 2020 in Python by sharadyadav1986
0 votes
asked Dec 19, 2019 in Python by sharadyadav1986
...