You have defined a Tea class. What is the correct way to create a new instance of that class?
class Tea:
life_form = "plant"
purpose = "beverage"You have defined a Tea class. What is the correct way to create a new instance of that class?
class Tea:
life_form = "plant"
purpose = "beverage"Create a free account to access the full topic