From 59c797eacec84df27369eb3dd3bc4322d69d8315 Mon Sep 17 00:00:00 2001 From: Akshay Kumar Date: Thu, 1 Mar 2018 18:58:00 +0530 Subject: [PATCH] Update Arrays --- data_structures/Arrays | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data_structures/Arrays b/data_structures/Arrays index da6fbff25..5fbc08328 100644 --- a/data_structures/Arrays +++ b/data_structures/Arrays @@ -1 +1,2 @@ -arr = [10, 20, 30, 40, 50] +arr = [10, 20, 30, 40] +arr[1] = 30