format integer menjadi uang python
formatted_float = "${:,.2f}".format(1500.2)
Adorable Ant
formatted_float = "${:,.2f}".format(1500.2)