| 1 | initial version |
See the printf-like python string formatting options here
| 2 | No.2 Revision |
See the printf-like python string formatting options here. As an example:
sage: "%0.2f"%pi
'3.14'
sage: "%e"%pi
'3.141593e+00'
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.