Skip to content

Commit 367408c

Browse files
committed
Accessing elements, Element at index
1 parent aa6628d commit 367408c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0007-Array-Functions/array_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
print("After using del to remove element at index 1:", int_array)
3434

3535
# Accessing elements
36-
print("Element at index 1:", list_array[1])
36+
print("Element at index 1:", int_array[1])

0 commit comments

Comments
 (0)