starletteEasy Playground

Lightweight ASGI framework; the foundation under FastAPI

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

starlette is a third-party package. Lightweight ASGI framework; the foundation under FastAPI. Install with: pip install starlette

Challenge

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