python閉包,自由變量

1.變量作用域      先看一個例子       >>> def func(a):      ... print(a)      ... print(b)      ...      >>> func('hello')      hello      Traceback (most recent call last):      File "<stdin>", line 1, in <modul
相關文章
相關標籤/搜索