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)