mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-18 18:14:34 +08:00
increment 1
This commit is contained in:
3
data_structures/arrays.py
Normal file
3
data_structures/arrays.py
Normal file
@ -0,0 +1,3 @@
|
||||
arr = [10, 20, 30, 40]
|
||||
arr[1] = 30
|
||||
print(arr)
|
Reference in New Issue
Block a user