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