不能在其他变量中使用全局变量的val

时间:2019-07-25 11:40:08

标签: python

我尝试使用nan获取元素,并且可以:

2

但是当我使用类似的东西时:

list.pop()

我收到此错误

lst = [1,5,8,30]
arg = lst.pop()
print(arg)
# output: 30

我该怎么办?

0 个答案:

没有答案