Merge pull request #254 from akshaykumar123/patch-2

Update Arrays
This commit is contained in:
Harshil 2018-03-02 11:15:03 +05:30 committed by GitHub
commit b21fc06c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,2 @@
arr = [10, 20, 30, 40, 50]
arr = [10, 20, 30, 40]
arr[1] = 30