Thus, let's make it pythonic using a lambda function. Have a look at the following self-explanatory code. squares = list(map(lambda n: n ** 2, ...
確定! 回上一頁