Skip to content

Commit e86cc7e

Browse files
authored
Update Array Methods insert().txt
1 parent f4909d2 commit e86cc7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Array Methods insert().txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ fruits = ['apple', 'banana', 'cherry']
33
fruits.insert(1, "orange")
44

55
print(fruits)
6+
// Creater By Sanusanth

0 commit comments

Comments
 (0)