What is true about Python class constructors? (Choose two.)
there can be more than one constructor in a Python class
the constructor must return a value other than None
the constructor is a method named __init__
the constructor must have at least one parameter
Submit