How to print a number as if in the python interpreter?
me
me at joshmk.com
Sun Sep 2 15:48:08 EDT 2012
Previous message (by thread):
stuck in files!!
Next message (by thread):
[pyxl] xlrd-0.8.0 .xlsx formatting_info=True not implemented
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Use repr() print(repr(sum([.1, .1, .1, .1, .1, .1, .1, .1, .1, .1])))
Previous message (by thread):
stuck in files!!
Next message (by thread):
[pyxl] xlrd-0.8.0 .xlsx formatting_info=True not implemented
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list