import asyncio async def sum(x, y): await asyncio.sleep(1) return x + y ... need to change the call to set_result to return whatever value ...
確定! 回上一頁