We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c3a17 commit a6aadcdCopy full SHA for a6aadcd
[beta] Dollars and Cents.py
@@ -0,0 +1,2 @@
1
+def format_money(amount):
2
+ return '${:.2f}'.format(amount)
0 commit comments