You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This code defines a simple restaurant menu with item names and their corresponding prices. It prompts the user to enter the name of an item they wish to order. If the item is available in the menu, it displays the cost of the item. If the item is not available, it informs the user that the item is not available.