What is the correct syntax for defining an __init__() method that sets instance-specific attributes upon creation of a new class instance?
What is the correct syntax for defining an __init__() method that sets instance-specific attributes upon creation of a new class instance?