Possible Duplicate:
How to print number with commas as thousands separators?
For example:
>> print numberFormat(1234)
>> 1,234
Or is there a built-in function in Python that does this?
Possible Duplicate:
How to print number with commas as thousands separators?
For example:
>> print numberFormat(1234)
>> 1,234
Or is there a built-in function in Python that does this?