From f2d59ff9b193f99670be8137053775c8fb96908b Mon Sep 17 00:00:00 2001 From: MulkaSandhyaRani Date: Sat, 27 Sep 2025 22:25:20 +0530 Subject: [PATCH] calci2.py --- calci2.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 calci2.py diff --git a/calci2.py b/calci2.py new file mode 100644 index 00000000000..cd142e11ad4 --- /dev/null +++ b/calci2.py @@ -0,0 +1,3 @@ +prices = [22.3, 6.66, 9.22] +total = sum(prices) +print(total)