Hi, I'm new to Python and I'm stuck with this problem. How would you code this? A restaurant wants to implement an at-table menu ordering system. When a diner sits down at the table, the screen should welcome them to the restaurant. It should ask if they are ready to order. If they are ready to order, the appetizer menu should appear and allow the diner to order an appetizer or decide that they do not want an appetizer. If the diner chooses appetizer, then their selection should be displayed and the diner asked if the displayed selection is correct. If so, then the diner should be asked if they would like to order another appetizer. If the diner chooses to order and additional appetizer, then their selection should be displayed and the diner asked if the displayed selection is correct. This process should continue until the diner has verified their final appetizer order and decided that they do not wish to order any additional appetizers. When the diner is finished with the appetizer menu, then the entrée menu should appear.