async def foo(): async with open("file.txt") as f, open("file2.txt") as f2: print("abc")