We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57ea314 + aedafc2 commit d6c608dCopy full SHA for d6c608d
billing.py
@@ -0,0 +1,3 @@
1
+prices = [12.99, 5.49, 8.75]
2
+total = sum(prices)
3
+print(total)
0 commit comments