From 1f0954cf469ba1524abe654847d7d42237693bd4 Mon Sep 17 00:00:00 2001 From: jeevan650 <192425111.simats@saveetha.com> Date: Mon, 11 May 2026 10:03:54 +0530 Subject: [PATCH] Add files via upload --- list-.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 list-.py diff --git a/list-.py b/list-.py new file mode 100644 index 0000000..d254936 --- /dev/null +++ b/list-.py @@ -0,0 +1,7 @@ +prices = [100 ,200 ,300] + +prices[0] = 222 + +print(prices[0]) +print(prices[1]) +print(prices[2]) \ No newline at end of file