It's a python object, it can be stored in a list or other container. In [7]: l = [lambda x, y: x+y] In [8]: type(l[0]) Out[8]: function.
確定! 回上一頁