🌈 搜索
📅  最后修改于: 2022-03-11 14:46:44.852000             🧑  作者: Mango
stack = [] # add element in the stack. stack.append('a') # delete in LIFO order. stack.pop()