Skip to content

Commit 869bb78

Browse files
authored
Update Array Methods pop() 2.txt
1 parent e86cc7e commit 869bb78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Array Methods pop() 2.txt

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

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

0 commit comments

Comments
 (0)