if i have a number, say the size of a file, is there an easy way to
output it so that it includes commas?

for example:

1890284

would be:

1,890,284

I am looking for something builtin to python, not a third party lib.

thanks

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to