The following code got the error of TypeError: \'async_generator\' object is not iterable
TypeError: \'async_generator\' object is not iterable
async def f(i): return i*10, i*100 l2 = [1,2,3] [x