Rename Arrays to Arrays.py

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

View File

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