Skip to content

Commit 7a428c1

Browse files
authored
Update Arrays
1 parent b21fc06 commit 7a428c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_structures/Arrays

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
arr = [10, 20, 30, 40]
22
arr[1] = 30
3+
print(arr)

0 commit comments

Comments
 (0)