Copy #!/usr/bin/env python3 # encoding: utf-8 ## www.demo 2 s .c o m """Creating a Future with ensure_future """ import asyncio async def wrapped(): ...
確定! 回上一頁