gpt4 book ai didi

python - 我怎样才能避免这个 "variable referenced before assignment"?

转载 作者:太空宇宙 更新时间:2023-11-03 14:17:11 24 4
gpt4 key购买 nike

<分区>

遇到以下问题。这可能是一个简单的解决方案,之前可能曾在这里询问过,但我找不到。

def a():
liA = []
def b():
for i in liA:
i += 1
liB = generateList()
for i in liB:
i -= 1
liA = liB

def generateList():
return [1,2,3,4]

b()

a()

UnboundLocalError:赋值前引用了局部变量'liA'

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com