Skip to content

Commit 7e00dbf

Browse files
committed
1
1 parent 533796e commit 7e00dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Problem Set 4/bitcoin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
total_cost = n * rate
2626

2727
# Print the result formatted to 4 decimal places
28-
print(f"${total_cost:,.4f}")
28+
print(f"${total_cost:,.4f}")

0 commit comments

Comments
 (0)