import time import asyncio start_time = time.time() async def sleep_sec(sec): print('start at: ', time.time() - start_time) print('input sec: ', sec) await ...
確定! 回上一頁