Skip to content

Commit aedafc2

Browse files
committed
billing.py
1 parent f5d5080 commit aedafc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

billing.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
prices = [12.99, 5.49, 8.75]
2+
total = sum(prices)
3+
print(total)

0 commit comments

Comments
 (0)