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