Skip to content

Commit

Permalink
feat: new tuple example for table
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 8, 2021
1 parent 234bc90 commit 34af6f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/basic/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@
"Tesla" : "Elon Musk",
"Amazon" : "Jeff Bezos"
})

appier_console.table([
["Microsoft", "Bill Gates"],
["Apple", "Steve Jobs"],
["Tesla", "Elon Musk"],
["Amazon", "Jeff Bezos"]
])

0 comments on commit 34af6f5

Please sign in to comment.