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 aa6628d commit 367408cCopy full SHA for 367408c
0007-Array-Functions/array_functions.py
@@ -33,4 +33,4 @@
33
print("After using del to remove element at index 1:", int_array)
34
35
# Accessing elements
36
-print("Element at index 1:", list_array[1])
+print("Element at index 1:", int_array[1])
0 commit comments