Question: Write a python program, and the result should like the second picture. Write a program to simulate a grocery waiting queue. Your program should ask
Write a python program, and the result should like the second picture.

Write a program to simulate a grocery waiting queue. Your program should ask the users if they want to add a customer to the queue, serve the next customer in the queue, or exit. When a customer is served or added to the queue, the program should print out the name of that customer and the remaining customers in the queue. .The store has two queues: one is for normal customers, another is for VIP customers. Normal customers can only wait in the normal customers queue, and VIP customers can only wait in the VIP customers queue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
