Computer Science, asked by vedantugale7014, 1 year ago

What is the name of the constructor in python?

Answers

Answered by nainakshithakur61
0

Answer:

_init_

Explanation:

The __init__() method is called the constructor in Python and is always called when an object is created.

Similar questions