tabulateEasy Playground

Pretty-print tabular data as ASCII, HTML, or Markdown tables

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

tabulate is a third-party package. Pretty-print tabular data as ASCII, HTML, or Markdown tables. Install with: pip install tabulate

Challenge

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