运行 ❯
获取您的
自己的 Python
服务器
×
更改定位
更改主题,暗色/浅色
转到 Spaces
thislist = ["apple", "banana", "cherry"] thislist.pop() print(thislist)
['apple', 'banana']