Update Arrays

This commit is contained in:
Akshay Kumar 2018-03-01 18:58:00 +05:30 committed by GitHub
parent 5955f98de8
commit 59c797eace
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