import asyncio import time async def sleeping(sec): loop = asyncio.get_event_loop() print(f'start: {sec}秒待つよ') await ...
確定! 回上一頁