data-structures-algorithms-python
data-structures-algorithms-python copied to clipboard
Update food_ordering_system.py
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