Cup of coffee

Report a typo

Which attributes from the code below are instance attributes?

class Coffee:
    roast = "medium"
    kind = "beans"
    
    def __init__(self, variety):
        self.variety = variety
        self.caffeine = 0
Select one or more options from the list
___

Create a free account to access the full topic