在使用列表的时候,有时会需要取最后一个元素,有下面几种方式可以实现。
代码如下:
my_list=['banana','apple','orange','pineapple']
#索引方法
last_element=my_list[-1]
#pop方法
last_element=my_list.pop()
print(last_element)
还可以输入200个字
蝈蝈派【海南省教改项目(Hnjg2022-80)支持】 网站版权所有
Python remained the copyright of our website