From 7a428c1cdd05771156c3eea8991510549f4dc044 Mon Sep 17 00:00:00 2001 From: Harshil Date: Fri, 2 Mar 2018 11:16:05 +0530 Subject: [PATCH] Update Arrays --- data_structures/Arrays | 1 + 1 file changed, 1 insertion(+) diff --git a/data_structures/Arrays b/data_structures/Arrays index 5fbc08328..3ec9f8976 100644 --- a/data_structures/Arrays +++ b/data_structures/Arrays @@ -1,2 +1,3 @@ arr = [10, 20, 30, 40] arr[1] = 30 +print(arr)