queue = [] queue.append() queue.pop(0)
stack = [] stack.append() stack.pop()
list.pop() 可以返回pop的值
Last updated 4 years ago
Was this helpful?