for example, with this code: ```next(filter(lambda...
# python
s
for example, with this code:
Copy code
next(filter(lambda z: name.endswith(z["name"]), things))
things
is a list of Outputs, each with a key named
name