From ce3036144bb46ee7fb3cef998ff6381c73d2eb2a Mon Sep 17 00:00:00 2001 From: Akshay Kumar Date: Thu, 15 Feb 2018 21:56:51 +0530 Subject: [PATCH] Update Arrays Array implementation --- data_structures/Arrays | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_structures/Arrays b/data_structures/Arrays index e2c1243f5..da6fbff25 100644 --- a/data_structures/Arrays +++ b/data_structures/Arrays @@ -1 +1 @@ -Arrays implementation using python programming. +arr = [10, 20, 30, 40, 50]