I have a python program that accepts input and calculates the factorial of that number, and i want to know if i can make it so commas get inserted in the number. For example: instead of 1000 it would say 1,000 -- http://mail.python.org/mailman/listinfo/python-list
- Insert comma in number? eli m
- Re: Insert comma in number? ian douglas
- Re: Insert comma in number? Chris Rebert
- Re: Insert comma in number? Terry Reedy
- Re: Insert comma in number? Peter Otten
- Re: Insert comma in number? Paul Volkov
- Re: Insert comma in number? Peter Otten
- Re: Insert comma in number? John Posner