提交 82939fab 编写于 作者: N n994298535

Wed Aug 2 17:26:00 CST 2023 inscode

上级 7fc327b5
from sanic import Sanic
from sanic.response import text
app = Sanic("MyHelloWorldApp")
@app.get("/")
async def hello_world(request):
return text("Hello, world.")
import sys
print(sys.version_info)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册