I have a function
async def hello(a): await asyncio.sleep(2) print(a)
i want to call this function for several elements in a list asy