Update Arrays

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

View File

@ -1,2 +1,3 @@
arr = [10, 20, 30, 40]
arr[1] = 30
print(arr)