Python Programming Problem You work at a cupcake shop and your…

Question Answered step-by-step Python Programming Problem You work at a cupcake shop and your… Python Programming ProblemYou work at a cupcake shop and your employer wants you to turn the menu into a class that can be reused across his franchises. Currently, his menu is made up of 6 different cupcake flavors:Red VelvetBirthday CakePumpkinChocolateVanillaCarrotHe also wants to be able to keep Red Velvet and Birthday Cake flavors secret.How would you write the Python class for this menu? The class should have an init constructor and the flavors should be defined in the constructor.Update your class so that the object provides a way to list all the non-secret available flavors.Add a password attribute to your class with whatever string you want.Add a method say_password() that takes a ‘password’ argument. If it matches, print the secret flavors. Computer Science Engineering & Technology Python Programming CS 87A Share QuestionEmailCopy link Comments (0)