async def raise_delayed(delay, text, ): raise Exception(await asyncio.sleep(delay, text)) async def main(): workload = [ print_delayed(5, "Printing this ...
確定! 回上一頁