What is the name of the constructor in python?
Answers
Answered by
0
Answer:
_init_
Explanation:
The __init__() method is called the constructor in Python and is always called when an object is created.
Similar questions