0 votes
in Python by
What is the syntax for creating an instance of a class in Python?

1 Answer

0 votes
by
The syntax for creating an instance of a class is as follows:

<object-name> = <class-name>(<arguments>)

Related questions

0 votes
asked May 24, 2020 in Python by SakshiSharma
0 votes
asked Aug 30, 2020 in Python by sharadyadav1986
...