python去除列表第一个元素

list_1=[1,2,3,4]

list_1.pop(0)
print(list_1)

posted @ 2023-02-25 10:36  我不是萧海哇~~~  阅读(86)  评论(0)    收藏  举报