You could consider using aioconsole.ainput: from aioconsole import ainput async def some_coroutine(): line = await ainput(">>> ") [.
確定! 回上一頁