我在python的另一个函数中定义了一个函数,现在我想调用内部函数.这是可能的,在python?我怎么打电话func2给func3?
func2
func3
def func1(): def func2(): print("Hello!") def func3(): # Enter code to call func2 here
python scope function python-3.x
function ×1
python ×1
python-3.x ×1
scope ×1