fruit = {
"elderberries": 1,
"figs": 1,
"apples": 2,
"durians": 3,
"bananas": 5,
"cherries": 8,
"grapes": 13
}
table_data = []
for k, v in fruit.items():
table_data.append([k, v])
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter