Run »
Result Size:
625 x 571
thislist = ["apple", "banana", "cherry"] thislist.pop() print(thislist)
x
thislist
=
[
"apple"
,
"banana"
,
"cherry"
]
thislist
.
pop
()
print
(
thislist
)
['apple', 'banana']