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.
2 parents 4d0e2cc + 59c797e commit b21fc06Copy full SHA for b21fc06
data_structures/Arrays
@@ -1 +1,2 @@
1
-arr = [10, 20, 30, 40, 50]
+arr = [10, 20, 30, 40]
2
+arr[1] = 30
0 commit comments