Skip to content

Commit d6c608d

Browse files
Merge pull request #2627 from LAbhilashKumar/billing_issue
billing.py
2 parents 57ea314 + aedafc2 commit d6c608d

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)