I have a for loop that retrieves data from an api
app = WebService() for i in items: result = app.request(item)
I would to like to reate a ti