sanicEasy Playground

Async web framework designed for fast HTTP responses

Getting started with sanicRun locally
Install
pip install sanic
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: sanic)

sanic is a third-party package. Async web framework designed for fast HTTP responses. Install with: pip install sanic

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?