We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21fc06 commit 7a428c1Copy full SHA for 7a428c1
data_structures/Arrays
@@ -1,2 +1,3 @@
1
arr = [10, 20, 30, 40]
2
arr[1] = 30
3
+print(arr)
0 commit comments