Skip to content

Commit f2d59ff

Browse files
calci2.py
1 parent a9bf68f commit f2d59ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

calci2.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
prices = [22.3, 6.66, 9.22]
2+
total = sum(prices)
3+
print(total)

0 commit comments

Comments
 (0)