Skip to content

Commit 59c797e

Browse files
Update Arrays
1 parent 5955f98 commit 59c797e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data_structures/Arrays

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
arr = [10, 20, 30, 40, 50]
1+
arr = [10, 20, 30, 40]
2+
arr[1] = 30

0 commit comments

Comments
 (0)