tornadoEasy Playground

Async web framework with built-in event loop

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

tornado is a third-party package. Async web framework with built-in event loop. Install with: pip install tornado

Challenge

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