bottleEasy Playground

Single-file micro-framework for small web applications

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

bottle is a third-party package. Single-file micro-framework for small web applications. Install with: pip install bottle

Challenge

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