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]