mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
Update Arrays
This commit is contained in:
parent
b21fc06c14
commit
7a428c1cdd
|
@ -1,2 +1,3 @@
|
||||||
arr = [10, 20, 30, 40]
|
arr = [10, 20, 30, 40]
|
||||||
arr[1] = 30
|
arr[1] = 30
|
||||||
|
print(arr)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user