data-structures-algorithms-python icon indicating copy to clipboard operation
data-structures-algorithms-python copied to clipboard

Update food_ordering_system.py

Open prashanth1003 opened this issue 4 years ago • 0 comments

line 38 fails when there are no items in the queue, so while condition has to be modified for "True" to "not food_order_queue.is_empty". Please correct me if i am wrong

prashanth1003 avatar Aug 18 '21 18:08 prashanth1003