flask — Easy Playground
Lightweight micro-framework for web apps and APIs with Jinja2 templates
Getting started with flaskRun locally
Install
pip install flaskPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: flask)
flask is a third-party package. Lightweight micro-framework for web apps and APIs with Jinja2 templates. Install with: pip install flask
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?