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