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 533796e commit 7e00dbfCopy full SHA for 7e00dbf
Problem Set 4/bitcoin.py
@@ -25,4 +25,4 @@
25
total_cost = n * rate
26
27
# Print the result formatted to 4 decimal places
28
-print(f"${total_cost:,.4f}")
+print(f"${total_cost:,.4f}")
0 commit comments