format number to dollar python 3 code example Example: format integer to be money python formatted_float = "${:,.2f}".format(1500.2)