Ask Your Question

Revision history [back]

click to hide/show revision 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

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']])