pop() 函数用于移除列表中的一个元素(默认最后一个元素),并且返回该元素的值。
实例:
Python List pop()方法
原文:https://www.cnblogs.com/shiheyuanfang/p/13220315.html