We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bf68f commit f2d59ffCopy full SHA for f2d59ff
calci2.py
@@ -0,0 +1,3 @@
1
+prices = [22.3, 6.66, 9.22]
2
+total = sum(prices)
3
+print(total)
0 commit comments