Look at the following class definition:
class Beverage: def init (self, bev_name): self. bev_name = bev_name
Write the code for a class named Cola that is a subclass of the Beverage class. The Cola class’s __init__ method should call the Beverage class’s __init__ method, passing ‘cola’ as an argument.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.