| 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']])
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.