Where does the constructor method go in a class definition?

It's the first method in the class definition, with the name __init__It is the second method in the class definition with the name __init__It is the first method in the class definition with the name constructor

It's the first method in the class definition, with the name __init__.