LLD - Design — Food Delivery System
Find the error in this delivery agent assignment snippet:
def assign_agent(order, agents):
free_agents = [a for a in agents if a.status == "free"]
return free_agents[0].id
Find the error in this delivery agent assignment snippet:
def assign_agent(order, agents):
free_agents = [a for a in agents if a.status == "free"]
return free_agents[0].id
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions