First time here? Check out the FAQ!
answered 2014-02-04 13:13:51 +0100
If you're dealing with integers, you can use "{:,}".format(100000000) (see http://stackoverflow.com/a/10742904/1401572).
"{:,}".format(100000000)