Update Arrays

This commit is contained in:
Harshil
2018-03-02 11:16:05 +05:30
committed by GitHub
parent b21fc06c14
commit 7a428c1cdd

View File

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