4-13. Buffet: A buffet-style restaurant offersonly five basic foods. Think of five simple foods, and store themin a tuple.
Use a for loop to print each food the restaurant offers.
Try to modify one of the items, and make sure that Pythonrejects the change.
The restaurant changes its menu, replacing two of the items withdifferent foods. Add a block of code that rewrites the tuple, andthen use a for loop to print each of the items on the revisedmenu.
Expert Answer
An answer will be send to you shortly. . . . .