gpt4 book ai didi

python - 如何从 Python 中的内部函数更改外部函数局部变量?

转载 作者:太空宇宙 更新时间:2023-11-04 07:10:21 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Modify the function variables frominner function in python

假设我有这个 python 代码

def f():
x=2
def y():
x+=3
y()

这引发了:

UnboundLocalError: local variable 'x' referenced before assignment

那么,如何从内部函数“修改”局部变量'x'?在内部函数中将 x 定义为全局变量也会引发错误。

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