當然!lambda function也可以進行recursive,變成recursive lambda functions。 fib=lambda x: 0 if x==0 else (1 if x< ...
確定! 回上一頁