Phyton please help It is due at @3PM today
F coffee-1a) Modify the ice cream product list to have different 2 # types of coffee drinks. You can alter the prices as well. 3 # Use the for loop from above to print out a menu with # the coffee drink items. Depending on the coffee names you use, # you may want to modify the placeholder for the product name # {:20) to be a different size width. 6 10 # coffee-1b) Wrap the code displaying the menu into a function 11 After the menu displays, prompt the user for a selection, 12 , # allowing them to enter a special value for no selection, 13 # e.g. e, validate that they've entered an allowable selection 14 # (0 through 4), then have the function return that selection. 15 Exercises Coffee-1a) Modify the ice cream product list to have different types of coffee drinks You can alter the prices as well Use the for loop from above to print out a menu with the coffee drink items. Depending on the coffee names you use, you may want to modify the placeholder for the product name f: 20) to be a different size width Coffee-1b) Wrap the code displaying the menu into a function, After the menu displays, prompt the user for a selection, allowing them to enter a special value for no selection, e.g. 0, validate that they've entered an allowable selection (0 through 4) then have the function return that selection F coffee-1a) Modify the ice cream product list to have different 2 # types of coffee drinks. You can alter the prices as well. 3 # Use the for loop from above to print out a menu with # the coffee drink items. Depending on the coffee names you use, # you may want to modify the placeholder for the product name # {:20) to be a different size width. 6 10 # coffee-1b) Wrap the code displaying the menu into a function 11 After the menu displays, prompt the user for a selection, 12 , # allowing them to enter a special value for no selection, 13 # e.g. e, validate that they've entered an allowable selection 14 # (0 through 4), then have the function return that selection. 15 Exercises Coffee-1a) Modify the ice cream product list to have different types of coffee drinks You can alter the prices as well Use the for loop from above to print out a menu with the coffee drink items. Depending on the coffee names you use, you may want to modify the placeholder for the product name f: 20) to be a different size width Coffee-1b) Wrap the code displaying the menu into a function, After the menu displays, prompt the user for a selection, allowing them to enter a special value for no selection, e.g. 0, validate that they've entered an allowable selection (0 through 4) then have the function return that selection