mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-07 03:07:46 +08:00
Update Arrays
This commit is contained in:
@ -1,2 +1,3 @@
|
|||||||
arr = [10, 20, 30, 40]
|
arr = [10, 20, 30, 40]
|
||||||
arr[1] = 30
|
arr[1] = 30
|
||||||
|
print(arr)
|
||||||
|
Reference in New Issue
Block a user