1 | initial version |
Relevant Python doc pages are: http://docs.python.org/library/string.html#formatspec, http://docs.python.org/library/stdtypes.html#string-formatting
2 | No.2 Revision |
Relevant Python doc pages are: http://docs.python.org/library/string.html#formatspec, http://docs.python.org/library/stdtypes.html#string-formatting
Update: if you're in the notebook, you can also use html.table
:
html.table([[1,'boy','hi'],['mathematics','is','fun']])